diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-07-11 21:41:07 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-07-11 21:41:07 +0000 |
commit | 4a3c34311a277bd80a822f052b77a187af931da1 (patch) | |
tree | 403f2ab85d29d00602a24fc5cdc8a05134d384aa /app-forensics/afflib/files | |
parent | whitespace (diff) | |
download | gentoo-2-4a3c34311a277bd80a822f052b77a187af931da1.tar.gz gentoo-2-4a3c34311a277bd80a822f052b77a187af931da1.tar.bz2 gentoo-2-4a3c34311a277bd80a822f052b77a187af931da1.zip |
Version bump. Add static-libs use flag.
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics/afflib/files')
-rw-r--r-- | app-forensics/afflib/files/afflib-3.6.12-python-module.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-forensics/afflib/files/afflib-3.6.12-python-module.patch b/app-forensics/afflib/files/afflib-3.6.12-python-module.patch new file mode 100644 index 000000000000..13ecfe0f8503 --- /dev/null +++ b/app-forensics/afflib/files/afflib-3.6.12-python-module.patch @@ -0,0 +1,12 @@ +--- afflib-3.6.12/pyaff/Makefile.am.orig ++++ afflib-3.6.12/pyaff/Makefile.am +@@ -7,7 +7,7 @@ + pyexec_LTLIBRARIES = pyaff.la + + pyaff_la_SOURCES = pyaff.c +-pyaff_la_LIBADD = ../lib/libafflib.la ++pyaff_la_LIBADD = @top_builddir@/lib/libafflib.la + pyaff_la_CPPFLAGS = $(PYTHON_CPPFLAGS) +-pyaff_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS) ++pyaff_la_LDFLAGS = -module -avoid-version -shared $(PYTHON_LDFLAGS) + endif |