summaryrefslogtreecommitdiff
path: root/package/opkg
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-12-29 21:31:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-30 06:10:08 +0100
commit8d1d490ba29898fae61196a52b0330344d4588d5 (patch)
treee752caaa21ed96485d4a2edda54e8db364af4393 /package/opkg
parent420d95404f9d6df2352b89034946707cde2b75af (diff)
opkg: fix runtime issues
Diffstat (limited to 'package/opkg')
-rw-r--r--package/opkg/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile
index 4582fe787..45750e4db 100644
--- a/package/opkg/Makefile
+++ b/package/opkg/Makefile
@@ -8,8 +8,8 @@ PKG_VERSION:= 0.3.5
PKG_RELEASE:= 1
PKG_HASH:= 734bc21dea11262113fa86b928d09812618b3966f352350cf916a6ae0d343f32
PKG_DESCR:= embedded package manager
-PKG_DEPENDS:= libcurl libarchive gpgme
-PKG_BUILDDEP:= curl libarchive gpgme
+PKG_DEPENDS:= libcurl libarchive gpgme libressl xz
+PKG_BUILDDEP:= curl libarchive gpgme xz libressl
HOST_BUILDDEP:= libarchive-host curl-host
PKG_NEEDS:= threads
PKG_SECTION:= sys/misc
@@ -26,10 +26,13 @@ $(eval $(call PKG_template,OPKG,opkg,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS
HOST_CONFIGURE_ARGS+= --disable-openssl \
--disable-gpg \
+ --disable-xz \
--disable-ssl-curl
-CONFIGURE_ARGS+= --disable-openssl \
- --enable-gpg \
- --disable-ssl-curl
+CONFIGURE_ARGS+= --disable-bzip2 \
+ --enable-ssl-curl \
+ --enable-openssl \
+ --enable-xz \
+ --enable-gpg
opkg-install:
$(INSTALL_DIR) $(IDIR_OPKG)/usr/bin