patch-libtun6_Makefile_am 681 B

12345678910111213141516171819
  1. --- miredo-1.2.6.orig/libtun6/Makefile.am 2008-02-16 15:52:07.000000000 +0100
  2. +++ miredo-1.2.6/libtun6/Makefile.am 2014-06-25 18:22:44.855149653 +0200
  3. @@ -21,7 +21,6 @@ localedir = @datadir@/locale
  4. AM_CPPFLAGS = -I@top_srcdir@/include -I@top_srcdir@ \
  5. -D_REENTRANT -DLOCALEDIR=\"$(localedir)\"
  6. -LIBINTL = @LIBINTL@
  7. lib_LTLIBRARIES = libtun6.la
  8. check_PROGRAMS = libtun6-diagnose
  9. @@ -32,7 +31,7 @@ include_libtun6_HEADERS = tun6.h
  10. # libtun6.a
  11. libtun6_la_SOURCES = tun6.c diag.c
  12. -libtun6_la_LIBADD = @LTLIBINTL@ ../compat/libcompat.la
  13. +libtun6_la_LIBADD = ../compat/libcompat.la
  14. libtun6_la_LDFLAGS = -no-undefined -export-symbols-regex tun6_.* \
  15. -version-info 1:1:1