guix-devel
[Top][All Lists]
Advanced

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

Re: export variable CONFFLAGS


From: rennes
Subject: Re: export variable CONFFLAGS
Date: Fri, 03 Mar 2017 07:00:59 -0600
User-agent: Roundcube Webmail/1.0.6

Hello,

(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

Is '(string-append "PREFIX=" %output)' really needed?


This is no longer necessary.

Also I think CONFFLAGS is the variable debian package recipes use to
save the configuration options for that package.

Could you use #:configure-flags '("apr_cv_struct_ipmreq=no") and try again?

Yes, this works well.

Thanks



reply via email to

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