diff options
-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} . |