b7d5600d6f
Copy from devel:libraries:c_c++/libxslt based on submit request 43619 from user puzel OBS-URL: https://build.opensuse.org/request/show/43619 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=20
14 lines
476 B
Diff
14 lines
476 B
Diff
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 = \
|