diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-09-26 09:42:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-26 09:42:14 -0400 |
commit | 57bbce13d5ea87a8da97dc9d7238d36592416e7b (patch) | |
tree | 6f0ea789c6b9d98fdb4ee913acc9420214785851 /dbus-python/build.sh | |
parent | c94026b2a98d8b05421a3404b24bc44371375e4f (diff) | |
download | astroconda-dev-57bbce13d5ea87a8da97dc9d7238d36592416e7b.tar.gz |
[py27 fix] Force shared library discovery. (#72)
Diffstat (limited to 'dbus-python/build.sh')
-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 |