diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-06 22:52:10 -0800 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-12 14:08:12 +0100 |
commit | f46ac34e69de5ac8dd4a2ffcdb510ee1782cd883 (patch) | |
tree | 01d4629addb7c0d22f038f43ad319c367093f309 /packaging/libxslt-1.1.24-linkflags.patch | |
parent | 195f644cf7b5e93208b033fa7c5501c41cf82f59 (diff) | |
download | libxslt-f46ac34e69de5ac8dd4a2ffcdb510ee1782cd883.tar.gz libxslt-f46ac34e69de5ac8dd4a2ffcdb510ee1782cd883.tar.bz2 libxslt-f46ac34e69de5ac8dd4a2ffcdb510ee1782cd883.zip |
add packaging
Diffstat (limited to 'packaging/libxslt-1.1.24-linkflags.patch')
-rw-r--r-- | packaging/libxslt-1.1.24-linkflags.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packaging/libxslt-1.1.24-linkflags.patch b/packaging/libxslt-1.1.24-linkflags.patch new file mode 100644 index 00000000..222493a5 --- /dev/null +++ b/packaging/libxslt-1.1.24-linkflags.patch @@ -0,0 +1,13 @@ +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 = \ |