summaryrefslogtreecommitdiff
path: root/package/pam
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-13 22:27:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-13 22:27:48 +0200
commit71242d66a32a9e3e552c9cee6d6f6e703ff0797b (patch)
tree4fde8a4656be336d8e81330e5d4cc226170a31fe /package/pam
parentbf62091b68e248270e432d935709ca5c95d1ae16 (diff)
rework post-install
Be sure to execute post-install as last step after populating staging dir.
Diffstat (limited to 'package/pam')
-rw-r--r--package/pam/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/package/pam/Makefile b/package/pam/Makefile
index be3543b96..3c9089e76 100644
--- a/package/pam/Makefile
+++ b/package/pam/Makefile
@@ -15,8 +15,6 @@ PKG_SITES:= http://www.linux-pam.org/library/
PKG_OPTS:= dev
PKG_BB:= 1
-PKG_CFLINE_PAM:= depends on !ADK_TARGET_USE_STATIC_LIBS
-
DISTFILES:= Linux-PAM-$(PKG_VERSION).tar.gz
WRKDIST= ${WRKDIR}/Linux-PAM-${PKG_VERSION}
@@ -29,12 +27,6 @@ CONFIGURE_ARGS+= --disable-nis \
--disable-regenerate-docu \
--enable-db=no
-post-install:
-ifeq ($(ADK_TARGET_USE_STATIC_LIBS),)
- # /lib is not automatically installed to staging area
- $(CP) $(WRKINST)/lib/libpam*.so* $(STAGING_TARGET_DIR)/usr/lib
-endif
-
pam-install:
$(INSTALL_DIR) $(IDIR_PAM)/etc/security
$(CP) $(WRKINST)/etc/security/* $(IDIR_PAM)/etc/security