diff options
Diffstat (limited to 'package/libnet/patches/patch-test_UDP_Makefile_am')
-rw-r--r-- | package/libnet/patches/patch-test_UDP_Makefile_am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/libnet/patches/patch-test_UDP_Makefile_am b/package/libnet/patches/patch-test_UDP_Makefile_am new file mode 100644 index 000000000..4e55113ef --- /dev/null +++ b/package/libnet/patches/patch-test_UDP_Makefile_am @@ -0,0 +1,8 @@ +--- Libnet-1.0.2a.orig/test/UDP/Makefile.am 1970-01-01 00:00:00.000000000 +0100 ++++ Libnet-1.0.2a/test/UDP/Makefile.am 2009-06-12 21:48:27.000000000 +0200 +@@ -0,0 +1,5 @@ ++include $(top_srcdir)/Makefile.am.common ++ ++noinst_PROGRAMS = udp udp+data ++ ++LDFLAGS = ../../src/libnet.la |