diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-27 08:02:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-27 08:02:28 +0200 |
commit | 1b2cf1ddff7d456073e929704c469eec1846bc33 (patch) | |
tree | 5dc208f4ca38e828df9bc575b21451997fa42a41 /package/pam | |
parent | 16c2591cb20f31f0c8f0a656b45d86c25f1b93c2 (diff) |
forgot the patch
Diffstat (limited to 'package/pam')
-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 = *~ + |