From 29ad70d2bcf0e7e225fd8860d70582b536b0e3f4 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 12 Nov 2002 08:16:34 +0000 Subject: [PATCH] Bugfix for static build --- configure/os/CONFIG.hpux-parisc.hpux-parisc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.hpux-parisc.hpux-parisc b/configure/os/CONFIG.hpux-parisc.hpux-parisc index 27c4d710d..aa47329c3 100644 --- a/configure/os/CONFIG.hpux-parisc.hpux-parisc +++ b/configure/os/CONFIG.hpux-parisc.hpux-parisc @@ -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