comparison src/libssh2.mk @ 2997:4f9b72cf7ee7

allow native builds too
author John W. Eaton <jwe@octave.org>
date Tue, 28 May 2013 17:31:59 -0400
parents 69cc6151a9e0
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 cd '$(1)' && ./buildconf 20 cd '$(1)' && ./buildconf
21 cd '$(1)' && ./configure \ 21 cd '$(1)' && ./configure \
22 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
22 --host='$(TARGET)' \ 23 --host='$(TARGET)' \
23 $(ENABLE_SHARED_OR_STATIC) \ 24 $(ENABLE_SHARED_OR_STATIC) \
24 --prefix='$(PREFIX)/$(TARGET)' \ 25 --prefix='$(PREFIX)/$(TARGET)' \
25 --without-openssl \ 26 --without-openssl \
26 --with-libgcrypt \ 27 --with-libgcrypt \