diff options
author | P. 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) |
commit | 662cb966a91670578aafa8949d1fba20a6e46dd6 (patch) | |
tree | 115879bc9f01cbd59bc9e51efc2ab07f7ae7156c /build | |
parent | d259c8a5107cee82b4a94a105a4b0b83a5296e15 (diff) |
Build static library and disable RPATH.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; \ |