From: Baruch Siach Date: Sun, 17 Dec 2017 21:48:23 +0000 (+0200) Subject: iproute2: fix build with threads support disabled X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8a9c33d107af7923651945a1b276260bd84a0ef;p=buildroot.git 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 Signed-off-by: Baruch Siach Acked-by: Petr Vorel Signed-off-by: Thomas Petazzoni --- 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