diff options
Diffstat (limited to 'package/opkg')
-rw-r--r-- | package/opkg/opkg.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/opkg/opkg.mk b/package/opkg/opkg.mk index 3ba61aea4..9932d3f8b 100644 --- a/package/opkg/opkg.mk +++ b/package/opkg/opkg.mk @@ -11,6 +11,8 @@ OPKG_SITE_METHOD = svn OPKG_INSTALL_STAGING = YES OPKG_CONF_OPT = --disable-curl --disable-gpg OPKG_AUTORECONF = YES +# Uses PKG_CHECK_MODULES() in configure.ac +OPKG_DEPENDENCIES = host-pkgconf # Ensure directory for lockfile exists define OPKG_CREATE_LOCKDIR |