summaryrefslogtreecommitdiffstats
path: root/package/iproute2
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-12-17 23:48:23 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 10:01:50 +0100
commita8a9c33d107af7923651945a1b276260bd84a0ef (patch)
treef6b88616515e497e908b8302e9a28eeec0053ccd /package/iproute2
parent7470c21c863ea5ca39e2cd001d3effb09af2d9c3 (diff)
downloadbuildroot-a8a9c33d107af7923651945a1b276260bd84a0ef.tar.gz
buildroot-a8a9c33d107af7923651945a1b276260bd84a0ef.zip
iproute2: fix build with threads support disabled
iproute2 renamed the configure script generated file to config.mk. Update the berkeleydb disable code. Fixes: http://autobuild.buildroot.net/results/46d/46da1142806fb524326994585cec6de9f7f3f480/ http://autobuild.buildroot.net/results/3aa/3aa028fe9e730335d2af00d5969b674a3d9f640b/ Cc: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/iproute2')
-rw-r--r--package/iproute2/iproute2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
index b75349dbce..c01917dffe 100644
--- a/package/iproute2/iproute2.mk
+++ b/package/iproute2/iproute2.mk
@@ -42,7 +42,7 @@ ifeq ($(BR2_PACKAGE_BERKELEYDB_COMPAT185)$(BR2_TOOLCHAIN_HAS_THREADS),yy)
IPROUTE2_DEPENDENCIES += berkeleydb
else
define IPROUTE2_DISABLE_ARPD
- echo "HAVE_BERKELEY_DB:=n" >> $(@D)/Config
+ echo "HAVE_BERKELEY_DB:=n" >> $(@D)/config.mk
endef
endif
OpenPOWER on IntegriCloud