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/fontconfig.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/fontconfig.mk')
-rw-r--r-- | src/fontconfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fontconfig.mk b/src/fontconfig.mk index ca1ca94..ad3b33b 100644 --- a/src/fontconfig.mk +++ b/src/fontconfig.mk @@ -22,6 +22,7 @@ define $(PKG)_BUILD --build="`config.guess`" \ --disable-shared \ --prefix='$(PREFIX)/$(TARGET)' \ + --libdir='$(PREFIX)/$(TARGET)/lib' \ --with-arch='$(TARGET)' \ --with-expat='$(PREFIX)/$(TARGET)' \ --disable-docs |