nettle: add CONFIG_LIBNETTLE_MINI to PKG_CONFIG_DEPENDS to fix rebuild issues
authorFelix Fietkau <nbd@openwrt.org>
Mon, 5 Jan 2015 13:03:55 +0000 (13:03 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 5 Jan 2015 13:03:55 +0000 (13:03 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43852

package/libs/nettle/Makefile

index eef078ba43ea92d091633b9d58728bcf05671a36..36628760e8924c73f55271ec17896e08170d52e7 100644 (file)
@@ -23,6 +23,8 @@ PKG_LICENSE_FILES:=COPYING
 PKG_FIXUP:=autoreconf
 PKG_BUILD_PARALLEL:=0
 
 PKG_FIXUP:=autoreconf
 PKG_BUILD_PARALLEL:=0
 
+PKG_CONFIG_DEPENDS := CONFIG_LIBNETTLE_MINI
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libnettle
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libnettle