Bugfix for static build

This commit is contained in:
Ralph Lange
2002-11-12 08:16:34 +00:00
parent 43997a4387
commit 29ad70d2bc
+1 -1
View File
@@ -45,7 +45,7 @@ WARN_CXXFLAGS_NO =
OPT_CXXFLAGS_YES = +O3
OPT_CXXFLAGS_NO = -g
STATIC_LDFLAGS_YES= -Wl,-a,archive -l:libc.sl +A
STATIC_LDFLAGS_YES= -Wl,-a,archive -l:libc.sl
# shared libs will be found by searching environment variable SHLIB_PATH,
# then by searching the specified path (see below)
STATIC_LDFLAGS_NO = -Wl,+b$(DEFAULT_SHRLIB_SEARCH_PATH),+s