comparison src/libxml2.mk @ 2997:4f9b72cf7ee7

allow native builds too
author John W. Eaton <jwe@octave.org>
date Tue, 28 May 2013 17:31:59 -0400
parents 47558e958113
children 100e618349f7
comparison
equal deleted inserted replaced
2996:446aa596bb99 2997:4f9b72cf7ee7
17 endef 17 endef
18 18
19 define $(PKG)_BUILD 19 define $(PKG)_BUILD
20 $(SED) -i 's,`uname`,MinGW,g' '$(1)/xml2-config.in' 20 $(SED) -i 's,`uname`,MinGW,g' '$(1)/xml2-config.in'
21 cd '$(1)' && ./configure \ 21 cd '$(1)' && ./configure \
22 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
22 --host='$(TARGET)' \ 23 --host='$(TARGET)' \
23 --build="`config.guess`" \ 24 --build="`config.guess`" \
24 $(ENABLE_SHARED_OR_STATIC) \ 25 $(ENABLE_SHARED_OR_STATIC) \
25 --without-debug \ 26 --without-debug \
26 --prefix='$(PREFIX)/$(TARGET)' \ 27 --prefix='$(PREFIX)/$(TARGET)' \