diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-24 19:41:57 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-24 19:41:57 (GMT) |
commit | 930ea3ef582d5158aabf83ef2f87e21e9401f4bb (patch) | |
tree | 0bc2a29ecdf8e594868f1d71504494209aae015a /Templates/configure.in | |
parent | 2eb9d09e04735163a4c5d66e789ff9b6e60e0220 (diff) | |
download | CMake-930ea3ef582d5158aabf83ef2f87e21e9401f4bb.zip CMake-930ea3ef582d5158aabf83ef2f87e21e9401f4bb.tar.gz CMake-930ea3ef582d5158aabf83ef2f87e21e9401f4bb.tar.bz2 |
BUG: fix flag for building shared on HP
Diffstat (limited to 'Templates/configure.in')
-rw-r--r-- | Templates/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/configure.in b/Templates/configure.in index 9f69175..eb5743f 100644 --- a/Templates/configure.in +++ b/Templates/configure.in @@ -132,7 +132,7 @@ case $system in CMAKE_SHLIB_LD_LIBS="" CMAKE_SHLIB_SUFFIX=".sl" CMAKE_DL_LIBS="-ldld" - CMAKE_SHLIB_BUILD_FLAGS='+Z -Wl,-E -Wl,-b' + CMAKE_SHLIB_BUILD_FLAGS='+Z -Wl,-E -b' CMAKE_SHLIB_LINK_FLAGS='-Wl,+s' CMAKE_SHLIB_RUNTIME_FLAG='-Wl,+b,' CMAKE_SHLIB_RUNTIME_SEP=':' |