diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-11-07 10:35:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 10:35:43 -0500 |
commit | 509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (patch) | |
tree | 9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 /dbus-python/build.sh | |
parent | 05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (diff) | |
parent | ae9265d4e2407579822310cc3cf68a150ea3bed7 (diff) | |
download | astroconda-contrib-509e9f4d9b7282d90f9ac8b6b515c36a52fc118f.tar.gz |
Merge branch 'master' into imexam0.8.0
Diffstat (limited to 'dbus-python/build.sh')
-rw-r--r-- | dbus-python/build.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dbus-python/build.sh b/dbus-python/build.sh new file mode 100644 index 0000000..d463597 --- /dev/null +++ b/dbus-python/build.sh @@ -0,0 +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 |