octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Building MXE / nettle


From: Stefan Mahr
Subject: Building MXE / nettle
Date: Sun, 23 Jun 2013 13:17:55 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6

Hi Michael,

'nettle' fails to build for mingw builds, since you introduced a new
variable 'CCAS' that not exist. The patch below works as temporary solution.

Stefan

------------------------------------------
--- a/src/nettle.mk     Sat Jun 22 13:19:20 2013 -0400
+++ b/src/nettle.mk     Sun Jun 23 13:11:24 2013 +0200
@@ -45,7 +45,7 @@
     cd '$(1)' && ./configure \
         $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
-        $(ENABLE_SHARED_OR_STATIC) \
+        $(ENABLE_SHARED_OR_STATIC) CCAS=$(MXE_CC)\
         --prefix='$(HOST_PREFIX)'
     $(MAKE) -C '$(1)' -j '$(JOBS)' getopt.o getopt1.o
     $(MAKE) -C '$(1)' -j '$(JOBS)'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]