You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2012/03/08 07:43:56 UTC

svn commit: r1298278 - /tomcat/jk/trunk/native/netscape/Makefile.solaris

Author: mturk
Date: Thu Mar  8 06:43:56 2012
New Revision: 1298278

URL: http://svn.apache.org/viewvc?rev=1298278&view=rev
Log:
No need for having -KPIC twice

Modified:
    tomcat/jk/trunk/native/netscape/Makefile.solaris

Modified: tomcat/jk/trunk/native/netscape/Makefile.solaris
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/netscape/Makefile.solaris?rev=1298278&r1=1298277&r2=1298278&view=diff
==============================================================================
--- tomcat/jk/trunk/native/netscape/Makefile.solaris (original)
+++ tomcat/jk/trunk/native/netscape/Makefile.solaris Thu Mar  8 06:43:56 2012
@@ -30,7 +30,7 @@ LDFLAGS=-shared
 else
 # For 64 Bit builds, add "-m64" to EXTRA_CFLAGS
 CFLAGS+=-O -Xa -KPIC -mt
-LDFLAGS=-G -KPIC -dy
+LDFLAGS=-G -dy
 endif
 
 # Change this according to location where on installed the server.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org