aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pam/libpam_1.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pam/libpam_1.0.2.bb')
-rw-r--r--packages/pam/libpam_1.0.2.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/pam/libpam_1.0.2.bb b/packages/pam/libpam_1.0.2.bb
index 0b7eada2ab..b1ceb1bb04 100644
--- a/packages/pam/libpam_1.0.2.bb
+++ b/packages/pam/libpam_1.0.2.bb
@@ -12,7 +12,7 @@ LICENSE = "GPLv2"
DEPENDS = "flex flex-native"
-PR = "r1"
+PR = "r2"
# The project is actually called Linux-PAM but that gives
# a bad OE package name because of the upper case characters
@@ -27,6 +27,9 @@ inherit autotools
LEAD_SONAME = "libpam.so.*"
+# maintain the pam default layout
+EXTRA_OECONF += " --includedir=${includedir}/security"
+
python populate_packages_prepend () {
import os.path
@@ -44,4 +47,3 @@ python populate_packages_prepend () {
do_stage() {
autotools_stage_all
}
-