summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-09-02 20:27:32 +0200
committerMartin Väth <martin@mvath.de>2016-09-02 20:29:02 +0200
commit016e53f0f0da9976d93daf37c374750446e5dcc7 (patch)
tree5bfdee5c4fe4ecd8f7248a84ab589172d622f29c /mail-client/alpine/files/2.00-lpam.patch
parentnet-misc/openrdate: Copy from gentoo repository to fix WANT_AUTOMAKE (diff)
downloadmv-016e53f0f0da9976d93daf37c374750446e5dcc7.tar.gz
mv-016e53f0f0da9976d93daf37c374750446e5dcc7.tar.bz2
mv-016e53f0f0da9976d93daf37c374750446e5dcc7.zip
mail-client/alpine: Copy from gentoo repository to fix pam and ncurses dep
Diffstat (limited to 'mail-client/alpine/files/2.00-lpam.patch')
-rw-r--r--mail-client/alpine/files/2.00-lpam.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail-client/alpine/files/2.00-lpam.patch b/mail-client/alpine/files/2.00-lpam.patch
new file mode 100644
index 00000000..69e66d7e
--- /dev/null
+++ b/mail-client/alpine/files/2.00-lpam.patch
@@ -0,0 +1,13 @@
+--- alpine-2.00.orig/alpine/Makefile.in
++++ alpine-2.00/alpine/Makefile.in
+@@ -169,7 +169,7 @@
+ LIBICONV = @LIBICONV@
+ LIBINTL = @LIBINTL@
+ LIBOBJS = @LIBOBJS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lpam
+ LIBTOOL = @LIBTOOL@
+ LN = @LN@
+ LN_S = @LN_S@
+ LTLIBICONV = @LTLIBICONV@
+ LTLIBINTL = @LTLIBINTL@