comparison src/curl.mk @ 3013:bcc26ffe9a0f

use variable for --host and --build configure arguments
author John W. Eaton <jwe@octave.org>
date Sun, 02 Jun 2013 12:40:32 -0400
parents 100e618349f7
children b6c7244a2f66
comparison
equal deleted inserted replaced
3012:100e618349f7 3013:bcc26ffe9a0f
16 endef 16 endef
17 17
18 define $(PKG)_BUILD 18 define $(PKG)_BUILD
19 cd '$(1)' && ./configure \ 19 cd '$(1)' && ./configure \
20 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ 20 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
21 --host='$(TARGET)' \ 21 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
22 --build="`config.guess`" \
23 $(ENABLE_SHARED_OR_STATIC) \ 22 $(ENABLE_SHARED_OR_STATIC) \
24 --prefix='$(HOST_PREFIX)' \ 23 --prefix='$(HOST_PREFIX)' \
25 --with-gnutls \ 24 --with-gnutls \
26 --with-libidn \ 25 --with-libidn \
27 --enable-sspi \ 26 --enable-sspi \