Hi, On 2017-02-28 05:26, Danny Milosavljevic wrote:
Hi,On Mon, 27 Feb 2017 23:45:36 -0600 ren...@openmailbox.org wrote:Hello, I am trying to export the variable 'CONFFLAGS' for 'apr' package on GNU/Hurd as follows: (arguments #:make-flags ("CONFFLAGS+=apr_cv_struct_ipmreq=no" (string-append "PREFIX=" %output)) This way does not work!Why "+=" ? Just use "=".
I think it's cumulative, but I'll try as you mention. Thanks