[Ocfs2-tools-commits] manish commits r260 - trunk/libocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun Sep 26 21:57:29 CDT 2004


Author: manish
Date: 2004-09-26 21:57:27 -0500 (Sun, 26 Sep 2004)
New Revision: 260

Modified:
   trunk/libocfs2/Makefile
Log:
Compile with -fPIC so we can use it in shared libraries


Modified: trunk/libocfs2/Makefile
===================================================================
--- trunk/libocfs2/Makefile	2004-09-25 01:37:55 UTC (rev 259)
+++ trunk/libocfs2/Makefile	2004-09-27 02:57:27 UTC (rev 260)
@@ -13,7 +13,7 @@
 
 LIBRARIES = libocfs2.a
 
-CFLAGS = $(OPTS) -fno-strict-aliasing $(WARNINGS)
+CFLAGS = $(OPTS) -fno-strict-aliasing $(WARNINGS) -fPIC
 CPPFLAGS += -DOCFS2_FLAT_INCLUDES
 
 OPTIMIZE = -O2



More information about the Ocfs2-tools-commits mailing list