summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-12 02:52:26 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-12 02:52:26 (EDT)
commit662cb966a91670578aafa8949d1fba20a6e46dd6 (patch)
tree115879bc9f01cbd59bc9e51efc2ab07f7ae7156c /build
parentd259c8a5107cee82b4a94a105a4b0b83a5296e15 (diff)
Build static library and disable RPATH.
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/build b/build
index 6975f51..fd96c1f 100755
--- a/build
+++ b/build
@@ -6,7 +6,9 @@ nop:
@:
build:
- oh-autoconfigure
+ oh-autoconfigure -- \
+ --enable-static \
+ --disable-rpath
oh-autobuild
if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \
oh-autotest; \