unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* export variable CONFFLAGS
@ 2017-02-28  5:45 rennes
  2017-02-28 11:26 ` Danny Milosavljevic
  2017-03-02 15:39 ` Manolis Ragkousis
  0 siblings, 2 replies; 5+ messages in thread
From: rennes @ 2017-02-28  5:45 UTC (permalink / raw)
  To: guix-devel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-03 13:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-28  5:45 export variable CONFFLAGS rennes
2017-02-28 11:26 ` Danny Milosavljevic
2017-03-01  0:34   ` rennes
2017-03-02 15:39 ` Manolis Ragkousis
2017-03-03 13:00   ` rennes

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).