diff src/qhull.mk @ 2997:4f9b72cf7ee7

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