diff options
-rw-r--r-- | dbus-python/build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus-python/build.sh b/dbus-python/build.sh index 0259769..0164372 100644 --- a/dbus-python/build.sh +++ b/dbus-python/build.sh @@ -1,3 +1,6 @@ +export CFLAGS="-I$PREFIX/include" +export LDFLAGS="-L$PREFIX/lib" + ./configure --prefix=$PREFIX make make install |