[jbossnative-commits] JBoss Native SVN: r1398 - trunk/build/unix/util.

jbossnative-commits at lists.jboss.org jbossnative-commits at lists.jboss.org
Fri Feb 29 08:53:58 EST 2008


Author: jfrederic.clere at jboss.com
Date: 2008-02-29 08:53:58 -0500 (Fri, 29 Feb 2008)
New Revision: 1398

Modified:
   trunk/build/unix/util/jlibtool.c
Log:
Otherwise HP-UX stores and uses the location of library at the build time
and will use them at the runtime (and don't find any libraries).


Modified: trunk/build/unix/util/jlibtool.c
===================================================================
--- trunk/build/unix/util/jlibtool.c	2008-02-28 18:51:41 UTC (rev 1397)
+++ trunk/build/unix/util/jlibtool.c	2008-02-29 13:53:58 UTC (rev 1398)
@@ -178,6 +178,7 @@
 #  define DYNAMIC_LINK_OPTS "-Wl,+s"
 #  define LINKER_FLAG_PREFIX "-Wl,"
 #  define LD_LIBRARY_PATH "SHLIB_PATH"
+#  define ADD_MINUS_L
 #endif
 
 #ifndef SHELL_CMD




More information about the jbossnative-commits mailing list