ENH: Linking with -a,archive_shared instead of -a,archive so that the shared curses library can be used.

This commit is contained in:
Brad King 2003-01-17 09:20:04 -05:00
parent 339ab608dc
commit 911a33ce6d

View File

@ -14,7 +14,7 @@ EOF
cat > CMakeCache.txt <<EOF
BUILD_TESTING:BOOL=OFF
CMAKE_EXE_LINKER_FLAGS:STRING=-ldld -Wl,-a,archive
CMAKE_EXE_LINKER_FLAGS:STRING=-ldld -Wl,-a,archive_shared
CMAKE_USER_MAKE_RULES_OVERRIDE:STRING=${BINDIR}/UserMakeRules.cmake
CMAKE_SKIP_RPATH:BOOL=1
CMAKE_VERBOSE_MAKEFILE:BOOL=TRUE