diff options
-rw-r--r-- | package/pam/patches/patch-Makefile_am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/pam/patches/patch-Makefile_am b/package/pam/patches/patch-Makefile_am new file mode 100644 index 000000000..d43150124 --- /dev/null +++ b/package/pam/patches/patch-Makefile_am @@ -0,0 +1,11 @@ +--- Linux-PAM-1.1.8.orig/Makefile.am 2013-06-18 16:11:21.000000000 +0200 ++++ Linux-PAM-1.1.8/Makefile.am 2014-05-27 07:49:28.180418627 +0200 +@@ -4,7 +4,7 @@ + + AUTOMAKE_OPTIONS = 1.9 gnu dist-bzip2 check-news + +-SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc examples xtests ++SUBDIRS = libpam libpamc libpam_misc modules conf + + CLEANFILES = *~ + |