From 02e3c718e9ad0c14aa3cf359ba2a4763e81df805 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 28 Aug 2016 14:33:48 +0200 Subject: opkg: disable the use of vfork for the host build Signed-off-by: Felix Fietkau --- package/system/opkg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/system/opkg/Makefile') diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index 67ceb7c..446463e 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -109,7 +109,7 @@ endef Package/opkg-smime/conffiles = $(Package/opkg/conffiles) -TARGET_CFLAGS += -ffunction-sections -fdata-sections +TARGET_CFLAGS += -ffunction-sections -fdata-sections -DOPKG_USE_VFORK=1 EXTRA_CFLAGS += $(TARGET_CPPFLAGS) CONFIGURE_ARGS += \ -- cgit v1.1