mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
12 lines
370 B
Diff
12 lines
370 B
Diff
|
--- ./src/Makefile.orig 2015-11-21 17:50:25.000000000 -0600
|
||
|
+++ ./src/Makefile 2020-12-23 15:08:08.067692842 -0600
|
||
|
@@ -22,7 +22,7 @@
|
||
|
NASM=nasm
|
||
|
G=`cat foo1 foo2 | grep version | cut -d " " -f 3`
|
||
|
|
||
|
-CFLAGS=$(OPT) -Wall $(PCONFIG)
|
||
|
+CFLAGS=$(OPT) -Wall $(PCONFIG) -fcommon
|
||
|
LIBS=$(DEVMAPPER)
|
||
|
|
||
|
OBJS=lilo.o raid.o map.o geometry.o boot.o device.o common.o bsect.o cfg.o \
|