[Lunar-commits] r22479 - moonbase/trunk/printer/espgs

Dennis Veatch stumbles at lunar-linux.org
Wed Dec 6 13:03:37 CET 2006


Author: stumbles
Date: 2006-12-06 13:03:37 +0100 (Wed, 06 Dec 2006)
New Revision: 22479

Modified:
   moonbase/trunk/printer/espgs/BUILD
Log:

Just a -fPIC sedit on the Makefile. It needs to go here since
the Makefile doesn't get created till after configure.



Modified: moonbase/trunk/printer/espgs/BUILD
===================================================================
--- moonbase/trunk/printer/espgs/BUILD	2006-12-06 12:02:33 UTC (rev 22478)
+++ moonbase/trunk/printer/espgs/BUILD	2006-12-06 12:03:37 UTC (rev 22479)
@@ -2,7 +2,7 @@
 
    OPTS="$OPTS --without-omni"  &&
 
-  sedit "s:\$(XCFLAGS):\$(XCFLAGS) \$(ACDEFS):" src/unix-dll.mak  &&
+   sedit "s:\$(XCFLAGS):\$(XCFLAGS) \$(ACDEFS):" src/unix-dll.mak  &&
 
    if ! module_installed gtk+; then
     sedit "s:\$(GSSOC) \$(GSSOX):\$(GSSOC):" src/unix-dll.mak
@@ -10,6 +10,7 @@
    fi  &&
 
    default_config   &&
+   sedit "s:CFLAGS_STANDARD=:CFLAGS_STANDARD= -fPIC:" Makefile &&
    make so          &&
    make             &&
    prepare_install  &&



More information about the Lunar-commits mailing list