diff options
author | Mark Brand <mabrand@mabrand.nl> | 2013-06-02 06:52:23 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2013-06-02 10:27:10 (GMT) |
commit | 3653eb6ec1ba0f178e4ab39d7e9b72acb36298e9 (patch) | |
tree | a877c29abdce233ab3027eb739b461e99ca72475 /src/xz.mk | |
parent | de6b498b897a7ef61fe12f6702ee7a564e99bf35 (diff) | |
download | mxe-3653eb6ec1ba0f178e4ab39d7e9b72acb36298e9.zip mxe-3653eb6ec1ba0f178e4ab39d7e9b72acb36298e9.tar.gz mxe-3653eb6ec1ba0f178e4ab39d7e9b72acb36298e9.tar.bz2 |
use --libdir to avoid <prefix>/<target>/lib64 confusion (more)
follow-up to commit 593ab5a7068d6142903ab839237100e92a5071f3
Diffstat (limited to 'src/xz.mk')
-rw-r--r-- | src/xz.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ define $(PKG)_BUILD --host='$(TARGET)' \ --build="`config.guess`" \ --prefix='$(PREFIX)/$(TARGET)' \ + --libdir='$(PREFIX)/$(TARGET)/lib' \ --disable-shared \ --disable-threads \ --disable-nls |