Author: jfclere Date: Wed Feb 21 07:23:13 2007 New Revision: 510055 URL: http://svn.apache.org/viewvc?view=rev&rev=510055 Log: Add missing define (See nsapi.h to see why).
Modified: tomcat/connectors/trunk/jk/native/netscape/Makefile.linux Modified: tomcat/connectors/trunk/jk/native/netscape/Makefile.linux URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/netscape/Makefile.linux?view=diff&rev=510055&r1=510054&r2=510055 ============================================================================== --- tomcat/connectors/trunk/jk/native/netscape/Makefile.linux (original) +++ tomcat/connectors/trunk/jk/native/netscape/Makefile.linux Wed Feb 21 07:23:13 2007 @@ -5,7 +5,7 @@ # 1. compiling with Sun's cc # 2. statically linking with libgcc # 3. Adjusting LD_LIBRARY_PATH to grab libgcc_s -CC_CMD=gcc -fpic -DNET_SSL -DLinux -DLINUX -D_REENTRANT \ +CC_CMD=gcc -fpic -DNET_SSL -DLinux -DLINUX -D_REENTRANT -DXP_UNIX LD_SHAREDCMD=gcc -shared --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]