diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-23 11:07:28 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-23 11:07:28 (EDT) |
commit | 08a03f1e935573bc66cc1d9683aecdb2a4818903 (patch) | |
tree | ade1047d4f287615d680dd2943c891c849ec88d3 | |
parent | 5ca4e12827c815b4e7fce14a9a1ff42d56351a21 (diff) |
libexpat.1: Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | libexpat.1.pkg/control | 1 |
4 files changed, 4 insertions, 1 deletions
@@ -19,6 +19,7 @@ install: build oh-fixperms oh-strip -k oh-installfiles + oh-shlibdeps clean: oh-autoclean @@ -3,6 +3,7 @@ expat (2.2.7-1) trunk * New upstream version. * Update Maintainer and Homepage. * libexpat.1-dev: Remove static library. + * libexpat.1: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sat, 22 Jun 2019 22:02:03 -0400 @@ -1,3 +1,3 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: opkhelper-3.0 +Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2) Homepage: https://libexpat.github.io/ diff --git a/libexpat.1.pkg/control b/libexpat.1.pkg/control index a77d8a6..5cd9d09 100644 --- a/libexpat.1.pkg/control +++ b/libexpat.1.pkg/control @@ -1,4 +1,5 @@ Architecture: any Platform: all +Depends: ${Shlib-Depends} Description: XML parser library ${Common-Description} |