diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 22:30:34 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 22:30:34 +0100 |
| commit | 31182d27c7b59dfcf485aa5b645f3d4ee5ced7ee (patch) | |
| tree | 82cb5c9af97fa7f9a6ec547e853056ddab37ebc7 /toolchain/mpfr | |
| parent | db3364765c35f686cca8d575c619bb379198842a (diff) | |
| parent | a02b6de821322e2b9b2ab111b14877c5fb7a30a1 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/mpfr')
| -rw-r--r-- | toolchain/mpfr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/mpfr/Makefile b/toolchain/mpfr/Makefile index 019d14d77..954040b85 100644 --- a/toolchain/mpfr/Makefile +++ b/toolchain/mpfr/Makefile @@ -15,7 +15,7 @@ $(WRKBUILD)/.headers: $(WRKBUILD)/.configured: (cd $(WRKBUILD); \ $(WRKBUILD)/configure \ - --prefix=$(STAGING_HOST_DIR) \ + --prefix=$(STAGING_HOST_DIR)/usr \ --with-gmp-build=$(GMP_BUILD_DIR) \ --disable-shared \ --enable-static \ |
