summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-27 07:57:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-27 07:57:32 +0200
commit16c2591cb20f31f0c8f0a656b45d86c25f1b93c2 (patch)
tree99023cd2cd03842dc6157f3188fb8ec0f65c0e6c /package
parent4494ab6d0149f809f5f42b39807ee92bfe3ba1d0 (diff)
fix when autopoint is not there
Diffstat (limited to 'package')
-rw-r--r--package/pam/Makefile2
-rw-r--r--package/pam/patches/patch-configure_in11
2 files changed, 11 insertions, 2 deletions
diff --git a/package/pam/Makefile b/package/pam/Makefile
index 68d038e06..80ee5c312 100644
--- a/package/pam/Makefile
+++ b/package/pam/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= pam
PKG_VERSION:= 1.1.8
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 5107bbf54042400b6200e8367cc7feef
PKG_DESCR:= pluggable authentication modules
PKG_BUILDDEP:= autotool flex
diff --git a/package/pam/patches/patch-configure_in b/package/pam/patches/patch-configure_in
index 122d66e01..9f3b68ca2 100644
--- a/package/pam/patches/patch-configure_in
+++ b/package/pam/patches/patch-configure_in
@@ -1,5 +1,5 @@
--- Linux-PAM-1.1.8.orig/configure.in 2013-09-18 14:30:13.000000000 +0200
-+++ Linux-PAM-1.1.8/configure.in 2014-05-25 20:13:52.996143452 +0200
++++ Linux-PAM-1.1.8/configure.in 2014-05-27 07:50:43.868499284 +0200
@@ -28,12 +28,7 @@ dnl If we use /usr as prefix, use /etc f
fi
if test ${libdir} = '${exec_prefix}/lib'
@@ -23,3 +23,12 @@
AC_CHECK_FUNCS(crypt_r crypt_gensalt_r)
LIBS=$BACKUP_LIBS
AC_SUBST(LIBCRYPT)
+@@ -565,8 +560,6 @@ AM_CONDITIONAL(ENABLE_REGENERATE_MAN, te
+ AM_CONDITIONAL(ENABLE_GENERATE_PDF, test ! -z "$FO2PDF")
+
+
+-AM_GNU_GETTEXT_VERSION([0.15])
+-AM_GNU_GETTEXT([external])
+ AC_CHECK_FUNCS(dngettext)
+
+ AH_BOTTOM([#ifdef ENABLE_NLS