Kaynağa Gözat

might fix some problems on older MacOS X

Waldemar Brodkorb 9 yıl önce
ebeveyn
işleme
9a9be232f4
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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 \
 	);