summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild1
-rw-r--r--changelog1
-rw-r--r--control2
-rw-r--r--libexpat.1.pkg/control1
4 files changed, 4 insertions, 1 deletions
diff --git a/build b/build
index 276daab..b4d06c8 100755
--- a/build
+++ b/build
@@ -19,6 +19,7 @@ install: build
oh-fixperms
oh-strip -k
oh-installfiles
+ oh-shlibdeps
clean:
oh-autoclean
diff --git a/changelog b/changelog
index 76c0dde..fae4ab7 100644
--- a/changelog
+++ b/changelog
@@ -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
diff --git a/control b/control
index 174b653..8546f87 100644
--- a/control
+++ b/control
@@ -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}