comparison src/libgsasl.mk @ 759:bf4bcb3370fa

changed coding style: make "-i" always the first argument of $(SED) (by Mark Brand)
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 16 Feb 2010 04:12:53 +0100
parents e7dd5f99157f
children bb5b2d12f8aa
comparison
equal deleted inserted replaced
758:1f5b2dfe8966 759:bf4bcb3370fa
19 head -1 19 head -1
20 endef 20 endef
21 21
22 define $(PKG)_BUILD 22 define $(PKG)_BUILD
23 # wine confuses the cross-compiling detection, so set it explicitly 23 # wine confuses the cross-compiling detection, so set it explicitly
24 $(SED) 's,cross_compiling=no,cross_compiling=yes,' -i '$(1)/configure' 24 $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
25 cd '$(1)' && touch src/libgsasl-7.def && ./configure \ 25 cd '$(1)' && touch src/libgsasl-7.def && ./configure \
26 --host='$(TARGET)' \ 26 --host='$(TARGET)' \
27 --disable-shared \ 27 --disable-shared \
28 --prefix='$(PREFIX)/$(TARGET)' \ 28 --prefix='$(PREFIX)/$(TARGET)' \
29 --with-libiconv-prefix='$(PREFIX)/$(TARGET)' \ 29 --with-libiconv-prefix='$(PREFIX)/$(TARGET)' \