diff options
author | 2011-10-21 22:15:25 +0000 | |
---|---|---|
committer | 2011-10-21 22:15:25 +0000 | |
commit | 7c5f61befe5e85f71e137ec83912a42a67f6fd1f (patch) | |
tree | 71ccefcf8ee91718b8ff184b9e42c15d01a65a5a /net-libs/gupnp-igd/files | |
parent | Simplify init script with the new declarative runscript. (diff) | |
download | gentoo-2-7c5f61befe5e85f71e137ec83912a42a67f6fd1f.tar.gz gentoo-2-7c5f61befe5e85f71e137ec83912a42a67f6fd1f.tar.bz2 gentoo-2-7c5f61befe5e85f71e137ec83912a42a67f6fd1f.zip |
Version bump. Fix build with USE=-introspection, bug #383561.
(Portage version: 2.2.0_alpha67/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/gupnp-igd/files')
-rw-r--r-- | net-libs/gupnp-igd/files/gupnp-igd-0.1.11-disable_static_modules.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-libs/gupnp-igd/files/gupnp-igd-0.1.11-disable_static_modules.patch b/net-libs/gupnp-igd/files/gupnp-igd-0.1.11-disable_static_modules.patch new file mode 100644 index 000000000000..48534925d21f --- /dev/null +++ b/net-libs/gupnp-igd/files/gupnp-igd-0.1.11-disable_static_modules.patch @@ -0,0 +1,10 @@ +--- python/Makefile.am ++++ python/Makefile.am +@@ -27,7 +28,7 @@ + + igd_la_LDFLAGS = \ +- -module -avoid-version ++ -module -avoid-version -shared + + pygupnp-igd.c: $(srcdir)/pygupnp-igd.override $(srcdir)/pygupnp-igd.defs + $(PYCODEGEN) \ |