diff options
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | zdump.pkg/control | 2 | ||||
-rw-r--r-- | zic.pkg/control | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -76,7 +76,9 @@ install: build mv tzdata-northamerica.data/usr/share/zoneinfo/America/New_York \ tzdata.data/usr/share/zoneinfo/America ln -sf America/New_York tzdata.data/usr/share/zoneinfo/posixrules + # Run oh-fixperms and oh-strip over everything. set -e; for p $(OPK_PACKAGES); do \ oh-fixperms -d "$${p}.data"; \ oh-strip -d "$${p}.data"; \ done + oh-shlibdeps diff --git a/zdump.pkg/control b/zdump.pkg/control index 436e29e..8a818bd 100644 --- a/zdump.pkg/control +++ b/zdump.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all -Depends: tzcode-common (>= ${Source-Version}) +Depends: tzcode-common (>= ${Source-Version}), ${Shlib-Depends} Description: Time zone dumper This package provides the zdump time zone dumper. diff --git a/zic.pkg/control b/zic.pkg/control index d89b9f1..1c38b71 100644 --- a/zic.pkg/control +++ b/zic.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all -Depends: tzcode-common (>= ${Source-Version}) +Depends: tzcode-common (>= ${Source-Version}), ${Shlib-Depends} Description: Time zone compiler This package provides the zic time zone compiler. |