guix-devel
[Top][All Lists]
Advanced

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

export variable CONFFLAGS


From: rennes
Subject: export variable CONFFLAGS
Date: Mon, 27 Feb 2017 23:45:36 -0600
User-agent: Roundcube Webmail/1.0.6

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!, the Debian project does it as follows:

ifeq (hurd,$(DEB_HOST_ARCH_OS))
  CONFFLAGS += apr_cv_struct_ipmreq=no
endif

This due to the Hurd does not support multicast yet.

Thanks



reply via email to

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