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