You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2008/03/17 20:06:47 UTC

svn commit: r638026 - /xerces/c/trunk/swig/util/Makefile.am

Author: jasons
Date: Mon Mar 17 12:06:46 2008
New Revision: 638026

URL: http://svn.apache.org/viewvc?rev=638026&view=rev
Log:
added PIC fix for FreeBSD

Modified:
    xerces/c/trunk/swig/util/Makefile.am

Modified: xerces/c/trunk/swig/util/Makefile.am
URL: http://svn.apache.org/viewvc/xerces/c/trunk/swig/util/Makefile.am?rev=638026&r1=638025&r2=638026&view=diff
==============================================================================
--- xerces/c/trunk/swig/util/Makefile.am (original)
+++ xerces/c/trunk/swig/util/Makefile.am Mon Mar 17 12:06:46 2008
@@ -20,6 +20,8 @@
 INCLUDES = \
 	-I${top_srcdir}/src
 
+CXXFLAGS += -DPIC -fPIC
+
 libutil_a_SOURCES = \
 	XMLExceptionHandler.cpp \
 	XMLExceptionHandler.hpp



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org