SOURCES: bmpx-pic.patch (NEW) - use PIC in libxsc used in plugins

qboosh qboosh at pld-linux.org
Sun Feb 19 19:00:21 CET 2006


Author: qboosh                       Date: Sun Feb 19 18:00:21 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use PIC in libxsc used in plugins

---- Files affected:
SOURCES:
   bmpx-pic.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/bmpx-pic.patch
diff -u /dev/null SOURCES/bmpx-pic.patch:1.1
--- /dev/null	Sun Feb 19 19:00:21 2006
+++ SOURCES/bmpx-pic.patch	Sun Feb 19 19:00:16 2006
@@ -0,0 +1,32 @@
+--- bmpx-0.12.9/configure.ac.orig	2005-11-22 23:41:07.000000000 +0100
++++ bmpx-0.12.9/configure.ac	2006-02-19 18:43:07.000000000 +0100
+@@ -404,7 +404,7 @@
+ 
+ dnl XCS
+ XCS_CFLAGS='-I$(top_builddir)/xcs'
+-XCS_LIBS='$(top_builddir)/xcs/libxcs.a'
++XCS_LIBS='$(top_builddir)/xcs/libxcs.la'
+ AC_SUBST([XCS_CFLAGS])
+ AC_SUBST([XCS_LIBS])
+ 
+--- bmpx-0.12.9/xcs/Makefile.am.orig	2005-11-22 23:41:22.000000000 +0100
++++ bmpx-0.12.9/xcs/Makefile.am	2006-02-19 18:41:19.000000000 +0100
+@@ -1,16 +1,15 @@
+-lib_LIBRARIES = libxcs.a
++noinst_LTLIBRARIES = libxcs.la
+ 
+ INCLUDES = \
+ 	$(GLIB_CFLAGS) $(XML_CFLAGS) $(GTK_CFLAGS) $(XCS_DEFINES)
+ 
+-AM_LDFLAGS = -all-static
+ LIBADD = $(GLIB_LIBS) $(XML_LIBS)
+ 
+ if HAVE_GUI
+ LIBADD += $(GTK_LIBS)
+ endif
+ 
+-libxcs_a_SOURCES = \
++libxcs_la_SOURCES = \
+         xcs.c \
+         xcs.h \
+ 	xml.c \
================================================================


More information about the pld-cvs-commit mailing list