summaryrefslogtreecommitdiff
path: root/package/pam
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-23 21:11:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-02 18:55:23 +0100
commit8e97e219a36a7dfa33eae5986e9ae650eaab244d (patch)
tree762d2100dc89e73debc0350341ae114f0dc583bb /package/pam
parentfde3043e3f9cc58b2b4639f2bb2f6d1ac6b15ed2 (diff)
pam needs dlopen
Diffstat (limited to 'package/pam')
-rw-r--r--package/pam/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pam/Makefile b/package/pam/Makefile
index 061c24d03..be3543b96 100644
--- a/package/pam/Makefile
+++ b/package/pam/Makefile
@@ -15,6 +15,8 @@ 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}