[Lunar-commits] r22481 - moonbase/trunk/graphics/netpbm

Auke Kok sofar at lunar-linux.org
Wed Dec 6 17:02:04 CET 2006


Author: sofar
Date: 2006-12-06 17:02:04 +0100 (Wed, 06 Dec 2006)
New Revision: 22481

Modified:
   moonbase/trunk/graphics/netpbm/BUILD
Log:
Fix for x86_64, but -fPIC doesn't hurt i686 either.


Modified: moonbase/trunk/graphics/netpbm/BUILD
===================================================================
--- moonbase/trunk/graphics/netpbm/BUILD	2006-12-06 14:32:14 UTC (rev 22480)
+++ moonbase/trunk/graphics/netpbm/BUILD	2006-12-06 16:02:04 UTC (rev 22481)
@@ -23,6 +23,7 @@
 
 
 " | ./configure    &&
+  sedit "s/^CFLAGS =/CFLAGS = -fPIC /" Makefile.config &&
   make             &&
   make package     &&
   prepare_install  &&



More information about the Lunar-commits mailing list