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