diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-05 13:03:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-05 13:03:55 +0000 |
commit | 55dc272f328ab0e7af0506221926e518a59fc94c (patch) | |
tree | 18168f9e6602657b4560f19e188c080f16b8c505 /package | |
parent | afdb4caec639b2e5fc2b8bf3b5dab49b3ce42b98 (diff) | |
download | master-187ad058-55dc272f328ab0e7af0506221926e518a59fc94c.tar.gz master-187ad058-55dc272f328ab0e7af0506221926e518a59fc94c.tar.bz2 master-187ad058-55dc272f328ab0e7af0506221926e518a59fc94c.zip |
nettle: add CONFIG_LIBNETTLE_MINI to PKG_CONFIG_DEPENDS to fix rebuild issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43852 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/nettle/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libs/nettle/Makefile b/package/libs/nettle/Makefile index eef078ba43..36628760e8 100644 --- a/package/libs/nettle/Makefile +++ b/package/libs/nettle/Makefile @@ -23,6 +23,8 @@ PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=0 +PKG_CONFIG_DEPENDS := CONFIG_LIBNETTLE_MINI + include $(INCLUDE_DIR)/package.mk define Package/libnettle |