[Rivet-svn] r2072 - trunk/plugindemo

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Nov 18 22:15:33 GMT 2009


Author: buckley
Date: Wed Nov 18 22:15:33 2009
New Revision: 2072

Log:
Adding -fPIC flag to non-Mac build of plugin analysis

Modified:
   trunk/plugindemo/Makefile.am

Modified: trunk/plugindemo/Makefile.am
==============================================================================
--- trunk/plugindemo/Makefile.am	Wed Nov 18 22:13:27 2009	(r2071)
+++ trunk/plugindemo/Makefile.am	Wed Nov 18 22:15:33 2009	(r2072)
@@ -4,7 +4,7 @@
 if WITH_OSX
   shared_flags = -undefined dynamic_lookup -bundle 
 else
-  shared_flags = -shared
+  shared_flags = -shared -fPIC
 endif
 
 all:


More information about the Rivet-svn mailing list