changeset 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 1427f8d3a0af
children b39961d2ce59
files src/qrupdate.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)