mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
Signed-off-by: Nima Sadeghi <neeshy@tfwno.gf> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
17 lines
312 B
Diff
17 lines
312 B
Diff
Prevent resetting CFLAGS and LDFLAGS
|
|
|
|
This allows the plan9port build to inherit cflags from the environment.
|
|
|
|
(This patch must be applied after plan9port-noexecstack.patch)
|
|
--- a/src/mkhdr
|
|
+++ b/src/mkhdr
|
|
@@ -11,8 +11,6 @@
|
|
LD=9l
|
|
AS=9a
|
|
AR=9ar
|
|
-CFLAGS=
|
|
-LDFLAGS=
|
|
AFLAGS=--noexecstack
|
|
CLEANFILES=
|
|
NUKEFILES=
|