diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-09-01 12:54:27 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-09-01 12:54:48 +0200 |
commit | 97e2f3f2950f968d0cdea5eb7c310a353e4b62ba (patch) | |
tree | b1f12cd611fb65647836a3fbf886b0e9a9ca6db2 /net-libs/libpcapnav/files | |
parent | dev-libs/mongo-c-driver: Fix Manifest (diff) | |
download | gentoo-97e2f3f2950f968d0cdea5eb7c310a353e4b62ba.tar.gz gentoo-97e2f3f2950f968d0cdea5eb7c310a353e4b62ba.tar.bz2 gentoo-97e2f3f2950f968d0cdea5eb7c310a353e4b62ba.zip |
net-libs/libpcapnav: Do not build test programs in src_install
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-libs/libpcapnav/files')
-rw-r--r-- | net-libs/libpcapnav/files/libpcapnav-0.8-noinst_test.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-libs/libpcapnav/files/libpcapnav-0.8-noinst_test.patch b/net-libs/libpcapnav/files/libpcapnav-0.8-noinst_test.patch new file mode 100644 index 000000000000..7bac55b391e3 --- /dev/null +++ b/net-libs/libpcapnav/files/libpcapnav-0.8-noinst_test.patch @@ -0,0 +1,22 @@ +--- a/test/Makefile.am ++++ b/test/Makefile.am +@@ -5,7 +5,7 @@ + + INCLUDES = -I$(top_srcdir)/src + +-bin_PROGRAMS = pcapnav-test1 pcapnav-offsets \ ++check_PROGRAMS = pcapnav-test1 pcapnav-offsets \ + pcapnav-jump pcapnav-concat pcapnav-filespan + + pcapnav_test1_SOURCES = pcapnav-test1.c +@@ -23,10 +23,6 @@ + pcapnav_filespan_SOURCES = pcapnav-filespan.c + pcapnav_filespan_LDADD = -L$(top_builddir)/src/ -lpcapnav -lpcap @PCN_LIBADD@ + +-# don't install any of this stuff +-install-binPROGRAMS: +-uninstall-binPROGRAMS: +- + EXTRA_DIST = \ + run-tests.sh \ + test1.trace test1-correct.be.trace test1-correct.le.trace |