summaryrefslogtreecommitdiff
path: root/package/miredo/patches/patch-libtun6_Makefile_am
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-25 18:32:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-27 11:03:19 +0200
commitf3e2dd7809b114d3d772a46c7c303716eee0ab77 (patch)
tree5e8f22912237b46e54b414bdeeb882dffe41e743 /package/miredo/patches/patch-libtun6_Makefile_am
parent45bf2abc94df0dc4e5e1af41e90137a3cd653e7d (diff)
fix various build errors
Diffstat (limited to 'package/miredo/patches/patch-libtun6_Makefile_am')
-rw-r--r--package/miredo/patches/patch-libtun6_Makefile_am19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/miredo/patches/patch-libtun6_Makefile_am b/package/miredo/patches/patch-libtun6_Makefile_am
new file mode 100644
index 000000000..3a5cc8c8e
--- /dev/null
+++ b/package/miredo/patches/patch-libtun6_Makefile_am
@@ -0,0 +1,19 @@
+--- miredo-1.2.6.orig/libtun6/Makefile.am 2008-02-16 15:52:07.000000000 +0100
++++ miredo-1.2.6/libtun6/Makefile.am 2014-06-25 18:22:44.855149653 +0200
+@@ -21,7 +21,6 @@ localedir = @datadir@/locale
+
+ AM_CPPFLAGS = -I@top_srcdir@/include -I@top_srcdir@ \
+ -D_REENTRANT -DLOCALEDIR=\"$(localedir)\"
+-LIBINTL = @LIBINTL@
+
+ lib_LTLIBRARIES = libtun6.la
+ check_PROGRAMS = libtun6-diagnose
+@@ -32,7 +31,7 @@ include_libtun6_HEADERS = tun6.h
+
+ # libtun6.a
+ libtun6_la_SOURCES = tun6.c diag.c
+-libtun6_la_LIBADD = @LTLIBINTL@ ../compat/libcompat.la
++libtun6_la_LIBADD = ../compat/libcompat.la
+ libtun6_la_LDFLAGS = -no-undefined -export-symbols-regex tun6_.* \
+ -version-info 1:1:1
+