Browse Source

might fix some problems on older MacOS X

Waldemar Brodkorb 9 years ago
parent
commit
9a9be232f4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolchain/libelf/Makefile

+ 1 - 0
toolchain/libelf/Makefile

@@ -15,6 +15,7 @@ $(WRKBUILD)/.configured:
 		$(WRKBUILD)/configure \
 		$(WRKBUILD)/configure \
 		--prefix=$(STAGING_HOST_DIR)/usr \
 		--prefix=$(STAGING_HOST_DIR)/usr \
 		--disable-nls \
 		--disable-nls \
+		--disable-compat \
 		--disable-shared \
 		--disable-shared \
 		--enable-static \
 		--enable-static \
 	);
 	);