From: Felix Fietkau Date: Mon, 5 Jan 2015 13:03:55 +0000 (+0000) Subject: nettle: add CONFIG_LIBNETTLE_MINI to PKG_CONFIG_DEPENDS to fix rebuild issues X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=55dc272f328ab0e7af0506221926e518a59fc94c;p=15.05%2Fopenwrt.git nettle: add CONFIG_LIBNETTLE_MINI to PKG_CONFIG_DEPENDS to fix rebuild issues Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43852 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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