From 87c0185bf492767c4439f66f65398eb0ed3bda34 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 20 Jun 2014 10:13:00 +0200 Subject: fix some packages, when static build is choosen --- package/pam/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/pam/Makefile') diff --git a/package/pam/Makefile b/package/pam/Makefile index 951307a9b..f08384a7b 100644 --- a/package/pam/Makefile +++ b/package/pam/Makefile @@ -28,8 +28,10 @@ CONFIGURE_ARGS+= --disable-nis \ --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 -- cgit v1.2.3