diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-01 20:00:14 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-08 04:22:03 (EST) |
commit | 604e0098251759a7298643203474402b6c87d6e3 (patch) | |
tree | 23cfef5acc60063df7bff1d4bef69cbce4a7c7eb | |
parent | 5ff563ac1f390a34d77efebafa23ca36f661c670 (diff) |
opkbuild: Depend on fakeroot and gmake
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | opkbuild.pkg/control | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ opkbuild (4.2.1-1) trunk * New upstream version. + * opkbuild: Depend on fakeroot and gmake. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Tue, 08 Dec 2020 04:17:19 -0500 diff --git a/opkbuild.pkg/control b/opkbuild.pkg/control index 174e966..0d98502 100644 --- a/opkbuild.pkg/control +++ b/opkbuild.pkg/control @@ -1,7 +1,7 @@ Architecture: all Platform: all Section: dev -Depends: libopkbuild.2 (>= ${Binary-Version}) +Depends: libopkbuild.2 (>= ${Binary-Version}), fakeroot, gmake Description: OPK build system ${Common-Description} . |