diff options
author | Waldemar Brodkorb <w.brodkorb@deubert.it> | 2016-02-01 22:36:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <w.brodkorb@deubert.it> | 2016-02-01 22:36:58 +0100 |
commit | 9a9be232f4486bfbb5ea4e45c6a9230f3d1a2544 (patch) | |
tree | 1fee8e469be90f2191f5c909a29969a44517af3e /toolchain/libelf | |
parent | 5e9d8bb9713badd5a6b001787b83fb8120fbd67c (diff) |
might fix some problems on older MacOS X
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 \ ); |