diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-09-08 01:42:10 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-09-08 01:42:10 +0000 |
commit | cdb651b5d74be05d0e77185f8c1fbf1076b449ff (patch) | |
tree | 88a9c4ae2b8a643542aceefdf8bb73bc0903cfb5 /app-forensics/afflib/files | |
parent | Remove redundant maintainer from metadata. (diff) | |
download | gentoo-2-cdb651b5d74be05d0e77185f8c1fbf1076b449ff.tar.gz gentoo-2-cdb651b5d74be05d0e77185f8c1fbf1076b449ff.tar.bz2 gentoo-2-cdb651b5d74be05d0e77185f8c1fbf1076b449ff.zip |
Remove old.
(Portage version: 2.2.0_alpha124/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 | 15 |
1 files changed, 0 insertions, 15 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 deleted file mode 100644 index 281d8f38c0e1..000000000000 --- a/app-forensics/afflib/files/afflib-3.6.12-python-module.patch +++ /dev/null @@ -1,15 +0,0 @@ -Only build the shared python library. - ---- afflib-3.6.12/pyaff/Makefile.am.orig -+++ afflib-3.6.12/pyaff/Makefile.am -@@ -7,7 +7,8 @@ - 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_CFLAGS = $(AM_CFLAGS) -shared -+pyaff_la_LDFLAGS = -module -avoid-version -shared $(PYTHON_LDFLAGS) - endif |