wine fix for package libgomp (by Tony Theodore)

This commit is contained in:
Volker Grabsch 2010-05-10 13:03:46 +02:00
parent baed046683
commit 6c2ff1a552
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,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)/libgomp/configure'
mkdir -p '$(1)/build/$(TARGET)/libgomp'
cd '$(1)/build/$(TARGET)/libgomp' && '$(1)/libgomp/configure' \
--host='$(TARGET)' \