diff src/curl.mk @ 2997:4f9b72cf7ee7

allow native builds too
author John W. Eaton <jwe@octave.org>
date Tue, 28 May 2013 17:31:59 -0400
parents 5a985098f4c9
children 100e618349f7
line wrap: on
line diff
--- a/src/curl.mk	Sun May 26 13:32:22 2013 -0400
+++ b/src/curl.mk	Tue May 28 17:31:59 2013 -0400
@@ -17,6 +17,7 @@
 
 define $(PKG)_BUILD
     cd '$(1)' && ./configure \
+        $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
         --host='$(TARGET)' \
         --build="`config.guess`" \
         $(ENABLE_SHARED_OR_STATIC) \