diff options
Diffstat (limited to 'packaging/libxslt-1.1.24-linkflags.patch')
-rw-r--r-- | packaging/libxslt-1.1.24-linkflags.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packaging/libxslt-1.1.24-linkflags.patch b/packaging/libxslt-1.1.24-linkflags.patch deleted file mode 100644 index 222493a5..00000000 --- a/packaging/libxslt-1.1.24-linkflags.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: python/Makefile.am -=================================================================== ---- python/Makefile.am.orig 2009-05-12 08:29:34.000000000 +0200 -+++ python/Makefile.am 2010-07-21 15:22:21.000000000 +0200 -@@ -24,7 +24,7 @@ EXTRA_DIST = \ - libxslt-python-api.xml \ - $(DOCS) - --libxsltmod_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -module -avoid-version -+libxsltmod_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) $(mylibs) -module -avoid-version - - if WITH_PYTHON - mylibs = \ |