summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-03-02 15:37:50 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-03-02 15:41:40 (GMT)
commitcb65957c175d83eedf9b0e69f7fdb0832e5f6e3f (patch)
tree4276abb179e192def88ebcf635d9134ce0180d32 /src
parentff1f26c77a717c1657504eba0f40a3473ab0887a (diff)
downloadmxe-cb65957c175d83eedf9b0e69f7fdb0832e5f6e3f.zip
mxe-cb65957c175d83eedf9b0e69f7fdb0832e5f6e3f.tar.gz
mxe-cb65957c175d83eedf9b0e69f7fdb0832e5f6e3f.tar.bz2
package libgomp: fix --prefix
Diffstat (limited to 'src')
-rw-r--r--src/libgomp.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libgomp.mk b/src/libgomp.mk
index 46834b1..54eaa5b 100644
--- a/src/libgomp.mk
+++ b/src/libgomp.mk
@@ -19,6 +19,7 @@ define $(PKG)_BUILD
mkdir -p '$(1).build'
cd '$(1).build' && '$(1)/libgomp/configure' \
$(MXE_CONFIGURE_OPTS) \
+ --prefix='$(PREFIX)' \
--enable-version-specific-runtime-libs \
--with-gnu-ld \
LIBS='-lws2_32' \