From 662cb966a91670578aafa8949d1fba20a6e46dd6 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 12 Jun 2014 02:52:26 -0400 Subject: Build static library and disable RPATH. --- (limited to 'build') 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; \ -- cgit v0.9.1