mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
sys-apps/dinit: don't overwrite upstream flags
Closes: https://bugs.gentoo.org/979661 Signed-off-by: Emi <reedy.sailors.8t@icloud.com>
This commit is contained in:
@@ -28,6 +28,14 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
# bug #979661
|
||||
# don't overwrite upstream flags
|
||||
export CXXFLAGS_EXTRA=${CXXFLAGS}
|
||||
unset CXXFLAGS
|
||||
export LDFLAGS_EXTRA=${LDFLAGS}
|
||||
unset LDFLAGS
|
||||
|
||||
# Build system is not a normal autotools package
|
||||
econf \
|
||||
$(use_enable sysv-utils shutdown) \
|
||||
$(use_enable cgroups) \
|
||||
|
||||
@@ -28,6 +28,14 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
# bug #979661
|
||||
# don't overwrite upstream flags
|
||||
export CXXFLAGS_EXTRA=${CXXFLAGS}
|
||||
unset CXXFLAGS
|
||||
export LDFLAGS_EXTRA=${LDFLAGS}
|
||||
unset LDFLAGS
|
||||
|
||||
# Build system is not a normal autotools package
|
||||
econf \
|
||||
$(use_enable sysv-utils shutdown) \
|
||||
$(use_enable cgroups) \
|
||||
|
||||
Reference in New Issue
Block a user