diff options
Diffstat (limited to 'toolchain/libelf')
-rw-r--r-- | toolchain/libelf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/libelf/Makefile b/toolchain/libelf/Makefile index c1be5c400..19f1200fa 100644 --- a/toolchain/libelf/Makefile +++ b/toolchain/libelf/Makefile @@ -15,6 +15,7 @@ $(WRKBUILD)/.configured: $(WRKBUILD)/configure \ --prefix=$(STAGING_HOST_DIR)/usr \ --disable-nls \ + --disable-compat \ --disable-shared \ --enable-static \ ); |