summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/systemd.build
diff options
context:
space:
mode:
authorChristian Rößler2013-11-21 17:37:59 +0100
committerChristian Rößler2013-11-21 17:37:59 +0100
commit96e442edc8d03d2aeb8c5adf58a8e74a71bf844a (patch)
tree03f47ccb73e356f63110dcb98f4d964fa253011a /remote/modules/systemd/systemd.build
parent[rootfs] Missing jfsutils for openSuse. (diff)
downloadtm-scripts-96e442edc8d03d2aeb8c5adf58a8e74a71bf844a.tar.gz
tm-scripts-96e442edc8d03d2aeb8c5adf58a8e74a71bf844a.tar.xz
tm-scripts-96e442edc8d03d2aeb8c5adf58a8e74a71bf844a.zip
[systemd] systemd.build: Corrected pkg_config-Path to own kmod
Diffstat (limited to 'remote/modules/systemd/systemd.build')
-rw-r--r--remote/modules/systemd/systemd.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/remote/modules/systemd/systemd.build b/remote/modules/systemd/systemd.build
index a9f530b3..667157aa 100644
--- a/remote/modules/systemd/systemd.build
+++ b/remote/modules/systemd/systemd.build
@@ -26,11 +26,11 @@ build () {
# Save potentially pre-used paths/flages
OLDLDFLAGS="$LDFLAGS"
OLDCPPFLAGS="$CPPFLAGS"
- OLDPKG_CONFIG_PATH="PKG_CONFIG_PATH"
+ OLDPKG_CONFIG_PATH="$PKG_CONFIG_PATH"
- export LDFLAGS="$LDFLAGS -L${MODULE_BUILD_DIR}/usr/$LIB64" \
+ export LDFLAGS="$LDFLAGS -L${MODULE_BUILD_DIR}/usr/lib"
export CPPFLAGS="-I${MODULE_BUILD_DIR}/usr/include"
- export PKG_CONFIG_PATH="${MODULE_BUILD_DIR}/usr/$LIB64/pkgconfig"
+ export PKG_CONFIG_PATH="${MODULE_BUILD_DIR}/usr/lib/pkgconfig"
./configure --disable-manpages --enable-split-usr --sysconfdir="/etc" --enable-gtk-doc-html=no --disable-nls \
--disable-microhttpd --disable-bootchart --disable-quotacheck --disable-hostnamed --disable-timedated \