mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
19 lines
297 B
Diff
19 lines
297 B
Diff
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -94,10 +94,14 @@
|
|
endif
|
|
|
|
# Compiler flags
|
|
+ifndef CPPFLAGS
|
|
+CPPFLAGS = @CPPFLAGS@
|
|
+endif
|
|
+CPPFLAGS += @DEFS@
|
|
ifndef CFLAGS
|
|
CFLAGS = @CFLAGS@
|
|
endif
|
|
-CFLAGS += -Wall -Wstrict-prototypes -pipe -O2
|
|
+CFLAGS += $(CPPFLAGS)
|
|
|
|
ifndef DFLAGS
|
|
DFLAGS = @DFLAGS@
|