Author: patrys Date: Sat Aug 30 00:37:09 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix libtool usage
---- Files affected: SOURCES: python-xf86config-libtool.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/python-xf86config-libtool.patch diff -u /dev/null SOURCES/python-xf86config-libtool.patch:1.1 --- /dev/null Sat Aug 30 02:37:10 2008 +++ SOURCES/python-xf86config-libtool.patch Sat Aug 30 02:37:03 2008 @@ -0,0 +1,18 @@ +--- pyxf86config-0.3.37/Makefile.am 2008-03-11 19:47:42.000000000 +0100 ++++ pyxf86config-0.3.37.new/Makefile.am 2008-08-30 02:15:10.505157116 +0200 +@@ -2,11 +2,11 @@ + + pythondir = $(libdir)/[EMAIL PROTECTED]@/site-packages + +-python_PROGRAMS = ixf86configmodule.so ++python_LTLIBRARIES = ixf86configmodule.la + python_DATA = xf86config.py + + EXTRA_DIST=xf86config.py + +-ixf86configmodule_so_SOURCES = pyxf86conf.h pyxf86conf.c xf86ParserExt.h xf86config_ext.c +-ixf86configmodule_so_LDFLAGS = -module -shared @GOBJECT_LIBS@ +-ixf86configmodule_so_LDADD = @X_LIBS@ -lxf86config ++ixf86configmodule_la_SOURCES = pyxf86conf.h pyxf86conf.c xf86ParserExt.h xf86config_ext.c ++ixf86configmodule_la_LDFLAGS = -avoid-version -module -shared @GOBJECT_LIBS@ ++ixf86configmodule_la_LIBADD = @X_LIBS@ -lxf86config ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
