diff options
author | P. 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) |
commit | 43c9d403574d74798a66f854e411257bf89d8306 (patch) | |
tree | da6f7ee14a1cb1d1d13810e7e6640dc0aba85879 | |
parent | 662cb966a91670578aafa8949d1fba20a6e46dd6 (diff) |
build: Link libgpg-error.so to SONAME link.
The upstream build system links it to the fully versioned library file.
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |