Browse Source

pam: add library to staging target directory

Waldemar Brodkorb 6 years ago
parent
commit
8262931856
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/pam/Makefile

+ 3 - 0
package/pam/Makefile

@@ -28,6 +28,9 @@ CONFIGURE_ARGS+=	--disable-nis \
 			--enable-db=no
 
 pam-install:
+	$(INSTALL_DIR) $(STAGING_TARGET_DIR)/usr/lib
+	$(CP) $(WRKINST)/lib/libpam*.so* \
+			$(STAGING_TARGET_DIR)/usr/lib
 	$(INSTALL_DIR) $(IDIR_PAM)/etc/security
 	$(CP) $(WRKINST)/etc/security/* $(IDIR_PAM)/etc/security
 	$(INSTALL_DIR) $(IDIR_PAM)/lib/security