소스 검색

might fix some problems on older MacOS X

Waldemar Brodkorb 10 년 전
부모
커밋
9a9be232f4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 \
 	);