diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-08-28 14:33:48 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-28 14:34:40 +0200 |
commit | 02e3c718e9ad0c14aa3cf359ba2a4763e81df805 (patch) | |
tree | 86b7f7cd1ad4bd2a2b0505f7c987a5afa7abf6e2 /package/system/opkg/Makefile | |
parent | 763f5d787316ec1b041450a644ecd9416f11e94f (diff) | |
download | upstream-02e3c718e9ad0c14aa3cf359ba2a4763e81df805.tar.gz upstream-02e3c718e9ad0c14aa3cf359ba2a4763e81df805.tar.bz2 upstream-02e3c718e9ad0c14aa3cf359ba2a4763e81df805.zip |
opkg: disable the use of vfork for the host build
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/system/opkg/Makefile')
-rw-r--r-- | package/system/opkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index 67ceb7cafc..446463ec85 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 += \ |