summaryrefslogtreecommitdiff
path: root/package/pam
diff options
context:
space:
mode:
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