diff options
author | Mark Brand <mabrand@mabrand.nl> | 2011-11-26 15:30:36 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2011-11-26 15:30:36 (GMT) |
commit | 3cce3e9b58dda736fbedbecc9e8449ce65b9f64c (patch) | |
tree | 9deb72d85d9efd293dc084f5fabb1bb7a7949d18 /src/libsamplerate.mk | |
parent | d5661822a8b541a03a7b8ea4eebccee33a7997f8 (diff) | |
download | mxe-3cce3e9b58dda736fbedbecc9e8449ce65b9f64c.zip mxe-3cce3e9b58dda736fbedbecc9e8449ce65b9f64c.tar.gz mxe-3cce3e9b58dda736fbedbecc9e8449ce65b9f64c.tar.bz2 |
many packages: use --build instead of wine cross_compiling hack
Diffstat (limited to 'src/libsamplerate.mk')
-rw-r--r-- | src/libsamplerate.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libsamplerate.mk b/src/libsamplerate.mk index 643d932..9aa67ea 100644 --- a/src/libsamplerate.mk +++ b/src/libsamplerate.mk @@ -21,10 +21,9 @@ 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)' \ + --build='$(BUILD)' \ --disable-shared \ --prefix='$(PREFIX)/$(TARGET)' $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= |