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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to