diff options
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | libz.1.pkg/control | 1 |
3 files changed, 3 insertions, 1 deletions
@@ -17,6 +17,7 @@ install: build oh-fixperms oh-strip -k oh-installfiles + oh-shlibdeps clean: oh-autoclean @@ -1,3 +1,3 @@ -Build-Depends: gpg, dirmngr, opkhelper-3.0 +Build-Depends: gpg, dirmngr, opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2) Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> Homepage: http://www.zlib.net/ diff --git a/libz.1.pkg/control b/libz.1.pkg/control index c2a1271..e624a2a 100644 --- a/libz.1.pkg/control +++ b/libz.1.pkg/control @@ -1,4 +1,5 @@ Architecture: any Platform: all +Depends: ${Shlib-Depends} Description: compression and decompression library ${Common-Description} |