all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Allow disabling of CONFIG_SHELL in the configure phase
@ 2016-09-12  6:48 Arun Isaac
  2016-09-13 12:07 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2016-09-12  6:48 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 757 bytes --]


I am packaging optipng (http://optipng.sourceforge.net/) with the
gnu-build-system, and its configure script does not like being passed
CONFIG_SHELL. It fails with the following error:

./configure: error: unknown option: CONFIG_SHELL=/gnu/store/ykzwykkvr2c80rw4l1qh3mvfdkl7jibi-bash-4.3.42/bin/bash

Can we allow disabling of CONFIG_SHELL by passing some keyword argument
to the configure phase? Right now, the CONFIG_SHELL argument is always
passed to ./configure, and the only way to get around this is to replace
the configure phase for the optipng package with a specialized function
that does not pass CONFIG_SHELL. That seems like too much work, and it
will be nice if we can just disable CONFIG_SHELL with a keyword argument.

Regards,
Arun Isaac.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 472 bytes --]

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

end of thread, other threads:[~2016-09-13 13:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-12  6:48 Allow disabling of CONFIG_SHELL in the configure phase Arun Isaac
2016-09-13 12:07 ` Ludovic Courtès
2016-09-13 13:49   ` Arun Isaac

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.