From f44a64ed4c602717c0c8f9718354da32b251275f Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 4 Nov 2002 14:07:22 +0000 Subject: [PATCH] Template instantiation needs -fPIC for link command --- configure/os/CONFIG.hpux-parisc-gnu.hpux-parisc-gnu | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/os/CONFIG.hpux-parisc-gnu.hpux-parisc-gnu b/configure/os/CONFIG.hpux-parisc-gnu.hpux-parisc-gnu index a30ec266c..da2731d27 100644 --- a/configure/os/CONFIG.hpux-parisc-gnu.hpux-parisc-gnu +++ b/configure/os/CONFIG.hpux-parisc-gnu.hpux-parisc-gnu @@ -18,3 +18,4 @@ AR = ar -rc RANLIB= LD = ld -r +SHRLIB_LDFLAGS_YES += -fPIC