Pārlūkot izejas kodu

might fix some problems on older MacOS X

Waldemar Brodkorb 9 gadi atpakaļ
vecāks
revīzija
9a9be232f4
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      toolchain/libelf/Makefile

+ 1 - 0
toolchain/libelf/Makefile

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