diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-11 18:28:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-11 18:28:02 +0100 |
commit | 2b2ad4912de8c60a2ad8372f93ee1cfe1a1bee7a (patch) | |
tree | 8b401e576adce9b90709652019204ddd52bab7ed /package/pam/patches/patch-Makefile_in | |
parent | 34139bdbf09278a6d6786185a4f013d729978e2b (diff) | |
parent | 0cd03542850a3aacea7060d8debf0fdef333aacc (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pam/patches/patch-Makefile_in')
-rw-r--r-- | package/pam/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/pam/patches/patch-Makefile_in b/package/pam/patches/patch-Makefile_in new file mode 100644 index 000000000..a81d4223a --- /dev/null +++ b/package/pam/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- Linux-PAM-1.1.8.orig/Makefile.in 2013-09-19 10:01:36.000000000 +0200 ++++ Linux-PAM-1.1.8/Makefile.in 2014-02-10 15:26:20.000000000 +0100 +@@ -288,7 +288,7 @@ top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + AUTOMAKE_OPTIONS = 1.9 gnu dist-bzip2 check-news +-SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc examples xtests ++SUBDIRS = libpam tests libpamc libpam_misc modules po conf examples xtests + CLEANFILES = *~ + EXTRA_DIST = pgp.keys.asc CHANGELOG ChangeLog-CVS Copyright Make.xml.rules + ACLOCAL_AMFLAGS = -I m4 |