Browse Source

fix when autopoint is not there

Waldemar Brodkorb 10 years ago
parent
commit
16c2591cb2
2 changed files with 11 additions and 2 deletions
  1. 1 1
      package/pam/Makefile
  2. 10 1
      package/pam/patches/patch-configure_in

+ 1 - 1
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

+ 10 - 1
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