]> git.pld-linux.org Git - packages/libxslt.git/commitdiff
- dirty hack to force automake to not complain about EXEEXT
authorwrobell <wrobell@pld-linux.org>
Thu, 7 Mar 2002 13:27:16 +0000 (13:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxslt-exeext.patch -> 1.1

libxslt-exeext.patch [new file with mode: 0644]

diff --git a/libxslt-exeext.patch b/libxslt-exeext.patch
new file mode 100644 (file)
index 0000000..f9707e9
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur libxslt-1.0.12.orig/python/Makefile.am libxslt-1.0.12/python/Makefile.am
+--- libxslt-1.0.12.orig/python/Makefile.am     Sun Feb 10 04:55:08 2002
++++ libxslt-1.0.12/python/Makefile.am  Thu Mar  7 14:26:13 2002
+@@ -41,7 +41,7 @@
+ noinst_LTLIBRARIES = libxsltmodule.la
+ libxsltmodule_la_SOURCES = libxslt.c types.c libxslt-py.c
+-libxsltmod.so: $(libxsltmodule_la_OBJECTS)
++libxsltmod.so$(EXEEXT): $(libxsltmodule_la_OBJECTS)
+       -@rm -f .libs/libxsltmod.so
+       $(LINK) -o $@ $(libxsltmodule_la_OBJECTS) $(libxsltmod_so_LDFLAGS)
+       -@(if [ -r .libs/libxsltmod.so ] ; then cp .libs/libxsltmod.so . ; fi)
This page took 0.077481 seconds and 4 git commands to generate.