diff src/octave.mk @ 3341:b251f4358147

[MSVC] auto-export gnulib symbols from liboctave. * src/octave.mk ($(PKG)_CONFIGURE_POST_HOOK): Remove variable, use regular CONFIGURE_POST_HOOK instead. * src /msvc-octave-1.patch: Don't link anything but liboctave against libgnu.la.
author Michael Goffioul <michael.goffioul@gmail.com>
date Sat, 30 Nov 2013 21:27:29 -0500
parents 324937497c32
children e9741f369ee4
line wrap: on
line diff
--- a/src/octave.mk	Fri Nov 29 18:50:20 2013 -0500
+++ b/src/octave.mk	Sat Nov 30 21:27:29 2013 -0500
@@ -29,8 +29,6 @@
   $(PKG)_DEPS += blas
 endif
 
-$(PKG)_CONFIGURE_POST_HOOK := $(CONFIGURE_POST_HOOK) -x
-
 ifeq ($(MXE_NATIVE_BUILD),yes)
   $(PKG)_CONFIGURE_ENV := LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)
   ifeq ($(ENABLE_64),yes)
@@ -85,7 +83,7 @@
         $($(PKG)_EXTRA_CONFIGURE_OPTIONS) \
         PKG_CONFIG='$(MXE_PKG_CONFIG)' \
         PKG_CONFIG_PATH='$(HOST_LIBDIR)/pkgconfig' \
-        && $($(PKG)_CONFIGURE_POST_HOOK)
+        && $(CONFIGURE_POST_HOOK)
 
     ## We want both of these install steps so that we install in the
     ## location set by the configure --prefix option, and the other