Update of /cvsroot/mahogany/M/lib/dspam
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4677a/lib/dspam

Modified Files:
        Makefile.M 
Log Message:
use -fPIC for modules and libdspam (which is linked into a module) compilation, 
otherwise the build fails under Linux on x86_64

Index: Makefile.M
===================================================================
RCS file: /cvsroot/mahogany/M/lib/dspam/Makefile.M,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -2 -r1.7 -r1.8
--- Makefile.M  16 Nov 2004 11:55:11 -0000      1.7
+++ Makefile.M  3 May 2006 17:18:01 -0000       1.8
@@ -13,5 +13,7 @@
 include ../../makeopts
 
-CPPFLAGS+=-DHAVE_CONFIG_H -DCONFIG_DEFAULT=NULL -DDSPAM_HOME_NO_DATA -I. -I.src
+CPPFLAGS+=-DHAVE_CONFIG_H -DCONFIG_DEFAULT=NULL -DDSPAM_HOME_NO_DATA \
+           -I. -I.src $(SHARED_CFLAGS)
+
 
 OBJECTS=\



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to