costin 02/04/28 06:38:34 Modified: jk/native2/server/apache2 Makefile Log: Fix the makefile Thanks to Michael Delamere for checking it. Revision Changes Path 1.4 +1 -1 jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile Index: Makefile =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 9 Apr 2002 21:48:21 -0000 1.3 +++ Makefile 28 Apr 2002 13:38:34 -0000 1.4 @@ -37,7 +37,7 @@ # Compile commands COMPILE = $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(ALL_INCLUDES) -SH_COMPILE = $(LIBTOOL) --mode=compile $(COMPILE) -prefer-pic +SH_COMPILE = $(LIBTOOL) --mode=compile $(COMPILE) $(JK_CFLAGS) MOD_LINK = $(LIBTOOL) --mode=link $(CC) -module -shared $(LT_LDFLAGS) $(ALL_LDFLAGS) #############################################################################
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>