summaryrefslogtreecommitdiff
path: root/dbus-python/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dbus-python/build.sh')
-rw-r--r--dbus-python/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbus-python/build.sh b/dbus-python/build.sh
index 0259769..d463597 100644
--- a/dbus-python/build.sh
+++ b/dbus-python/build.sh
@@ -1,3 +1,7 @@
+export CFLAGS="-I$PREFIX/include"
+export LDFLAGS="-L$PREFIX/lib"
+export PKG_CONFIG_PATH="$PREFIX/lib/pkgconfig"
+
./configure --prefix=$PREFIX
make
make install