diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-01 18:50:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-01 18:50:19 +0200 |
commit | 39a2d17b4009eafb05f910735ea675b75d4e3c7e (patch) | |
tree | c5c4ad97200927f0acfceb458c3c12cdc0e3c3a0 /package/libtool/Makefile | |
parent | ff4c51f5c203a2efc39306e2cff787cc05caae64 (diff) |
more patches for musl userland as buildsystem
Diffstat (limited to 'package/libtool/Makefile')
-rw-r--r-- | package/libtool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index d253e1bbc..cef0c56e2 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -32,6 +32,7 @@ endif CONFIGURE_ARGS+= --enable-ltdl-install XAKE_FLAGS+= HELP2MAN=/bin/echo +HOST_CONFIGURE_ARGS+= --enable-ltdl-install --disable-shared HOST_XAKE_FLAGS+= HELP2MAN=/bin/echo libtool-install: |