aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-pam/linux-pam-1.1.6-destdir.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-10-08 10:40:52 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-10-08 10:40:52 +0000
commit18d1cb5dde72658fcb91eb21864b5c22b44f0cab (patch)
tree198998f87fc12a62ba5699f49b4a78d4c98e5a5a /main/linux-pam/linux-pam-1.1.6-destdir.patch
parent364d51e6f42a946e9fa61b30d094350e724868f2 (diff)
downloadaports-18d1cb5dde72658fcb91eb21864b5c22b44f0cab.tar.bz2
aports-18d1cb5dde72658fcb91eb21864b5c22b44f0cab.tar.xz
main/linux-pam: upgrade to 1.1.8, and fix musl build
Diffstat (limited to 'main/linux-pam/linux-pam-1.1.6-destdir.patch')
-rw-r--r--main/linux-pam/linux-pam-1.1.6-destdir.patch48
1 files changed, 0 insertions, 48 deletions
diff --git a/main/linux-pam/linux-pam-1.1.6-destdir.patch b/main/linux-pam/linux-pam-1.1.6-destdir.patch
deleted file mode 100644
index 6859ccb60d..0000000000
--- a/main/linux-pam/linux-pam-1.1.6-destdir.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From d7e6b921cd34f7ad8fc4d05065c75d13ba330896 Mon Sep 17 00:00:00 2001
-From: Tomas Mraz <tmraz@fedoraproject.org>
-Date: Fri, 17 Aug 2012 14:46:40 +0200
-Subject: [PATCH] Add missing $(DESTDIR) when making directories on install.
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-modules/pam_namespace/Makefile.am: Add missing $(DESTDIR) when making
-$(namespaceddir) on install.
-modules/pam_sepermit/Makefile.am: Add missing $(DESTDIR) when making
-$(sepermitlockdir) on install.
-
-Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
----
- modules/pam_namespace/Makefile.am | 2 +-
- modules/pam_sepermit/Makefile.am | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/modules/pam_namespace/Makefile.am b/modules/pam_namespace/Makefile.am
-index a28f196..ebb00f3 100644
---- a/modules/pam_namespace/Makefile.am
-+++ b/modules/pam_namespace/Makefile.am
-@@ -40,7 +40,7 @@ if HAVE_UNSHARE
- secureconf_SCRIPTS = namespace.init
-
- install-data-local:
-- mkdir -p $(namespaceddir)
-+ mkdir -p $(DESTDIR)$(namespaceddir)
- endif
-
-
-diff --git a/modules/pam_sepermit/Makefile.am b/modules/pam_sepermit/Makefile.am
-index cfc5594..bc82275 100644
---- a/modules/pam_sepermit/Makefile.am
-+++ b/modules/pam_sepermit/Makefile.am
-@@ -35,7 +35,7 @@ if HAVE_LIBSELINUX
- securelib_LTLIBRARIES = pam_sepermit.la
-
- install-data-local:
-- mkdir -p $(sepermitlockdir)
-+ mkdir -p $(DESTDIR)$(sepermitlockdir)
- endif
- if ENABLE_REGENERATE_MAN
- noinst_DATA = README pam_sepermit.8 sepermit.conf.5
---
-1.7.8.6
-