From: rennes@openmailbox.org
To: guix-devel@gnu.org
Subject: export variable CONFFLAGS
Date: Mon, 27 Feb 2017 23:45:36 -0600 [thread overview]
Message-ID: <8d37343c1c546a568a1f1f38606b50e5@openmailbox.org> (raw)
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
next reply other threads:[~2017-02-28 5:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-28 5:45 rennes [this message]
2017-02-28 11:26 ` export variable CONFFLAGS Danny Milosavljevic
2017-03-01 0:34 ` rennes
2017-03-02 15:39 ` Manolis Ragkousis
2017-03-03 13:00 ` rennes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8d37343c1c546a568a1f1f38606b50e5@openmailbox.org \
--to=rennes@openmailbox.org \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.