diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-05 13:36:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-05 13:36:58 +0000 |
commit | 852880e921666f590a80eb1464f19d6a0ff1b666 (patch) | |
tree | dee74490e329232c5a6d9b7e22632a6365667fdb /packages/pam/libpam-1.0.2 | |
parent | 57056f2f11fb828fcfc4978e5e433973208c8410 (diff) |
libpam: update to 1.0.2
Diffstat (limited to 'packages/pam/libpam-1.0.2')
-rw-r--r-- | packages/pam/libpam-1.0.2/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/pam/libpam-1.0.2/pam-nodocs.patch | 35 |
2 files changed, 35 insertions, 0 deletions
diff --git a/packages/pam/libpam-1.0.2/.mtn2git_empty b/packages/pam/libpam-1.0.2/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/pam/libpam-1.0.2/.mtn2git_empty diff --git a/packages/pam/libpam-1.0.2/pam-nodocs.patch b/packages/pam/libpam-1.0.2/pam-nodocs.patch new file mode 100644 index 0000000000..895f0e182a --- /dev/null +++ b/packages/pam/libpam-1.0.2/pam-nodocs.patch @@ -0,0 +1,35 @@ +--- /tmp/Makefile.am 2008-09-05 15:16:21.000000000 +0200 ++++ Linux-PAM-1.0.2/Makefile.am 2008-09-05 15:16:56.153198000 +0200 +@@ -5,9 +5,9 @@ + AUTOMAKE_OPTIONS = 1.9 gnu dist-bzip2 check-news + + if STATIC_MODULES +-SUBDIRS = modules libpam libpamc libpam_misc tests po conf doc examples xtests ++SUBDIRS = modules libpam libpamc libpam_misc tests po conf examples xtests + else +-SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc examples xtests ++SUBDIRS = libpam tests libpamc libpam_misc modules po conf examples xtests + endif + + CLEANFILES = *~ +@@ -28,19 +28,7 @@ + + ACLOCAL_AMFLAGS = -I m4 + +-release: dist releasedocs +- +-release-docs: releasedocs +- +-releasedocs: +- rm -rf Linux-PAM-$(VERSION) +- mkdir -p Linux-PAM-$(VERSION)/doc +- make -C doc releasedocs +- tar zfc Linux-PAM-$(VERSION)-docs.tar.gz \ +- Linux-PAM-$(VERSION)/doc +- tar jfc Linux-PAM-$(VERSION)-docs.tar.bz2 \ +- Linux-PAM-$(VERSION)/doc +- rm -rf Linux-PAM-$(VERSION) ++release: dist + + xtests: + make -C xtests xtests |