summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-12 02:57:10 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-12 02:57:10 (EDT)
commit43c9d403574d74798a66f854e411257bf89d8306 (patch)
treeda6f7ee14a1cb1d1d13810e7e6640dc0aba85879
parent662cb966a91670578aafa8949d1fba20a6e46dd6 (diff)
build: Link libgpg-error.so to SONAME link.
The upstream build system links it to the fully versioned library file.
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index fd96c1f..ce32af0 100755
--- a/build
+++ b/build
@@ -17,6 +17,7 @@ build:
install: build
oh-autoinstall
+ ln -sf libgpg-error.so.0 dest/usr/lib/$(OPK_HOST_ARCH)/libgpg-error.so
rm dest/usr/lib/$(OPK_HOST_ARCH)/libgpg-error.la
oh-fixperms
oh-strip