mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-21 22:53:31 +02:00
The value ```-DXDEBUG=0``` was fixed in the ```site.config.m4``` file, and now it's in the ebuild file. In order to support musl, we need to add a new value to the ```confENVDEF``` define. Closes: https://bugs.gentoo.org/715280 Closes: https://bugs.gentoo.org/944460 Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Part-of: https://github.com/gentoo/gentoo/pull/41538 Closes: https://github.com/gentoo/gentoo/pull/41538 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
528 B
Text
14 lines
528 B
Text
define(`confCCOPTS', `@@confCCOPTS@@')
|
|
define(`confSTDIO_TYPE', `portable')
|
|
define(`confENVDEF', `@@confENVDEF@@')
|
|
define(`confLDOPTS', `@@confLDOPTS@@')
|
|
define(`confMANOWN', `root')
|
|
define(`confMANGRP', `root')
|
|
define(`confMANMODE', `644')
|
|
define(`confMAN1SRC', `1')
|
|
define(`confMAN5SRC', `5')
|
|
define(`confMAN8SRC', `8')
|
|
define(`confLDOPTS_SO', `@@confLDOPTS@@')
|
|
define(`confCC', `@@confCC@@')
|
|
APPENDDEF(`conf_smrsh_ENVDEF', `-DSMRSH_PATH=\"/bin:/usr/bin\"')
|
|
APPENDDEF(`conf_smrsh_ENVDEF', `-DSMRSH_CMDDIR=\"/var/lib/smrsh\"')
|