diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-08-28 22:56:16 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-08-28 23:03:13 +0200 |
commit | d0b88b606754cccb39b536dc921af268a1ef3ee8 (patch) | |
tree | bd0a01669bc91e9b654845f3b0a579be4167a87f /package/system/opkg/Makefile | |
parent | 2ca0cdb7bfa7f8a416c513c95c4194bde91e7026 (diff) | |
download | upstream-d0b88b606754cccb39b536dc921af268a1ef3ee8.tar.gz upstream-d0b88b606754cccb39b536dc921af268a1ef3ee8.tar.bz2 upstream-d0b88b606754cccb39b536dc921af268a1ef3ee8.zip |
Revert "opkg: disable the use of vfork for the host build"
This reverts commit 02e3c718e9ad0c14aa3cf359ba2a4763e81df805.
Currently the vfork() code path in opkg is broken and relies on unsupported
ftello() / fseeko() operations on pipes - we need to restructure the code
before we can reconsider this approach.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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 446463ec85..67ceb7cafc 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 -DOPKG_USE_VFORK=1 +TARGET_CFLAGS += -ffunction-sections -fdata-sections EXTRA_CFLAGS += $(TARGET_CPPFLAGS) CONFIGURE_ARGS += \ |