projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6493328
)
nettle: add CONFIG_LIBNETTLE_MINI to PKG_CONFIG_DEPENDS to fix rebuild issues
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 5 Jan 2015 13:03:55 +0000
(13:03 +0000)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/package/libs/nettle/Makefile
b/package/libs/nettle/Makefile
index eef078ba43ea92d091633b9d58728bcf05671a36..36628760e8924c73f55271ec17896e08170d52e7 100644
(file)
--- 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