File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,8 @@ build_lua_sandbox_extensions() {
106
106
fi
107
107
cmake_args=" $cmake_args -DEXT_$ext =true"
108
108
elif [ " $CPACK_GENERATOR " = " RPM" ]; then
109
- if rpm -qa | grep -q compat-openssl10; then
110
- # Newer Fedora installs 1.1 by default but also installs a 1.0
111
- # compat package; if we see that installed also grab the devel version
112
- # of it
109
+ if [ -f " /etc/redhat-release" ] && grep -q ' ^Fedora' /etc/redhat-release; then
110
+ # Newer Fedora installs 1.1 by default, install the 1.0 compat package as well
113
111
packages=" $packages compat-openssl10-devel"
114
112
else
115
113
packages=" $packages openssl-devel"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ project(sax LANGUAGES NONE)
8
8
externalproject_add(
9
9
ep_sax
10
10
GIT_REPOSITORY https://github.com/trink/symtseries.git
11
- GIT_TAG bd2426c93d0d55977ca7b21354105463b0470a49
11
+ GIT_TAG 62fbe4df396e68de637aca0cdb597e3593bab754
12
12
CMAKE_ARGS ${EP_CMAKE_ARGS}
13
13
UPDATE_COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR} /CMakeLists.txt.${PROJECT_NAME} <SOURCE_DIR>/CMakeLists.txt
14
14
)
You can’t perform that action at this time.
0 commit comments