diff options
author | Simon Frankenberger <simon@fraho.eu> | 2020-03-26 00:43:30 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-05 19:34:51 +0000 |
commit | c24bb5aefea3ed2c9f92d39e7e5e902ad2d883c2 (patch) | |
tree | 255bffaee59d801fc8b92a23193860a03c6bd90c /testing/proftpd/fix-autoconf.patch | |
parent | 95610a3e2dfe39ddb56152f082e75bed952dfd0f (diff) | |
download | aports-c24bb5aefea3.tar.bz2 aports-c24bb5aefea3.tar.xz |
testing/proftpd: upgrade to 1.3.7_rc3
Diffstat (limited to 'testing/proftpd/fix-autoconf.patch')
-rw-r--r-- | testing/proftpd/fix-autoconf.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/proftpd/fix-autoconf.patch b/testing/proftpd/fix-autoconf.patch new file mode 100644 index 0000000000..cd4782f666 --- /dev/null +++ b/testing/proftpd/fix-autoconf.patch @@ -0,0 +1,22 @@ +--- old/lib/libltdl/Makefile.am ++++ new/lib/libltdl/Makefile.am +@@ -50,19 +50,7 @@ + LTDL_VERSION_INFO = -version-info 9:0:2 + + noinst_LTLIBRARIES += $(LT_DLLOADERS) +- +-if INSTALL_LTDL +-ltdlincludedir = $(includedir)/libltdl +-ltdlinclude_HEADERS = libltdl/lt_system.h \ +- libltdl/lt_error.h \ +- libltdl/lt_dlloader.h +-include_HEADERS += ltdl.h +-lib_LTLIBRARIES += libltdl.la +-endif +- +-if CONVENIENCE_LTDL + noinst_LTLIBRARIES += libltdlc.la +-endif + + libltdl_la_SOURCES = libltdl/lt__alloc.h \ + libltdl/lt__dirent.h \ |