mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
12 lines
290 B
Diff
12 lines
290 B
Diff
|
--- ./MCONFIG.in.orig 2011-12-11 16:13:52.000000000 -0600
|
||
|
+++ ./MCONFIG.in 2021-01-16 12:55:22.406108324 -0600
|
||
|
@@ -51,7 +51,7 @@
|
||
|
|
||
|
# Compiler and compiler flags
|
||
|
CC = @CC@
|
||
|
-CFLAGS = @CFLAGS@ -I$(SRCROOT)
|
||
|
+CFLAGS = @CFLAGS@ -I$(SRCROOT) -fcommon
|
||
|
|
||
|
# Link flags
|
||
|
LDFLAGS = @LDFLAGS@
|