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 | |
parent | d259c8a5107cee82b4a94a105a4b0b83a5296e15 (diff) |
Build static library and disable RPATH.
-rwxr-xr-x | build | 4 | ||||
-rw-r--r-- | libgpg-error-dev.pkg/files | 1 |
2 files changed, 4 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; \ diff --git a/libgpg-error-dev.pkg/files b/libgpg-error-dev.pkg/files index 81e24cd..1cc86ab 100644 --- a/libgpg-error-dev.pkg/files +++ b/libgpg-error-dev.pkg/files @@ -1,5 +1,6 @@ /usr/bin/ /usr/include/ /usr/lib/*/libgpg-error.so +/usr/lib/*/libgpg-error.a /usr/share/aclocal/ /usr/share/common-lisp/ |