X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/4bc1ba6f5ecc4e62b1cd99eec25a9a0f510a3d70..c4b6c7dec3b65316d62340fbd218f1ac73cbdcd2:/debian/patches/0004-Reorder-libs-on-pkglib_LTLIBRARIES-to-help-libtool-f.patch diff --git a/debian/patches/0004-Reorder-libs-on-pkglib_LTLIBRARIES-to-help-libtool-f.patch b/debian/patches/0004-Reorder-libs-on-pkglib_LTLIBRARIES-to-help-libtool-f.patch deleted file mode 100644 index 8127028..0000000 --- a/debian/patches/0004-Reorder-libs-on-pkglib_LTLIBRARIES-to-help-libtool-f.patch +++ /dev/null @@ -1,24 +0,0 @@ -From: =?utf-8?q?Ond=C5=99ej_Sur=C3=BD?= -Date: Mon, 8 Feb 2016 15:43:46 +0100 -Subject: Reorder libs on pkglib_LTLIBRARIES to help libtool find the libs - ---- - Makefile.am | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/Makefile.am b/Makefile.am -index 1d6cdb0..6c17973 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -18,9 +18,9 @@ modules=@LIBAUTHUSERDB@ \ - pkglibexecdir=$(libexecdir)/courier-authlib - pkglibexec_SCRIPTS=authsystem.passwd - --pkglib_LTLIBRARIES=libcourierauth.la \ -+pkglib_LTLIBRARIES=libcourierauth.la libcourierauthcommon.la \ - libcourierauthsasl.la libcourierauthsaslclient.la \ -- libcourierauthcommon.la $(modules) -+ $(modules) - sbin_SCRIPTS=authdaemond - sbin_PROGRAMS=authtest authenumerate authpasswd - bin_PROGRAMS=courierauthconfig