diff options
author | Tony Theodore <tonyt@logyst.com> | 2011-07-10 13:33:32 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2011-07-10 13:33:32 (GMT) |
commit | 53d64ce712541a32b59c7fbf473a31459b370c99 (patch) | |
tree | b4119e96541347cec61aef9f943e13f02a118927 | |
parent | 91329c84361babe225ed3a716beeb7ff38b20556 (diff) | |
download | mxe-53d64ce712541a32b59c7fbf473a31459b370c99.zip mxe-53d64ce712541a32b59c7fbf473a31459b370c99.tar.gz mxe-53d64ce712541a32b59c7fbf473a31459b370c99.tar.bz2 |
package gsl: wine confuses the cross-compiling detection
-rw-r--r-- | src/gsl.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD + # wine confuses the cross-compiling detection, so set it explicitly + $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure' cd '$(1)' && ./configure \ --host='$(TARGET)' \ --prefix='$(PREFIX)/$(TARGET)' \ |