You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2007/02/21 16:23:14 UTC

svn commit: r510055 - /tomcat/connectors/trunk/jk/native/netscape/Makefile.linux

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org