From 3317eae19d02c7f8362193c5af913f808a97fc7f Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Thu, 7 Nov 2002 17:59:55 +0000 Subject: [PATCH] Build shared libraries on HPUX. --- configure/os/CONFIG.Common.hpux-parisc | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/os/CONFIG.Common.hpux-parisc b/configure/os/CONFIG.Common.hpux-parisc index ccc9aea5d..00f1320ca 100644 --- a/configure/os/CONFIG.Common.hpux-parisc +++ b/configure/os/CONFIG.Common.hpux-parisc @@ -20,6 +20,7 @@ POSIX_LDLIBS_NO += OP_SYS_CPPFLAGS = -D_HPUX_SOURCE -DHP_UX +SHARED_LIBRARIES=YES SHRLIB_SUFFIX = .sl$(addprefix .,$(SHRLIB_VERSION)) ifdef CROSS