diff src/qrupdate.mk @ 3037:db56fbc06742

qrupdate: include CONFIGURE_LDFLAGS in the list of configure options
author John W. Eaton <jwe@octave.org>
date Mon, 10 Jun 2013 08:52:10 -0400
parents 107fb7f1202f
children 121b54e000ed
line wrap: on
line diff
--- a/src/qrupdate.mk	Mon Jun 10 08:39:52 2013 -0400
+++ b/src/qrupdate.mk	Mon Jun 10 08:52:10 2013 -0400
@@ -25,6 +25,7 @@
     chmod a+rx '$(1)/configure'
     cd '$(1)/.build' && '$(1)/configure' \
         F77=$(MXE_F77) \
+        $(CONFIGURE_LDFLAGS) \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         --prefix='$(HOST_PREFIX)' \
         $($(PKG)_ENABLE_64_CONFIGURE_OPTIONS)