slackware-current/source/a/lilo/lilo.gcc10.diff
Patrick J Volkerding 84c2304885 Wed Dec 23 21:21:34 UTC 2020
a/lilo-24.2-x86_64-10.txz:  Rebuilt.
  Add -fcommon to fix build with gcc10.
  liloconfig:
  Don't warn about UMSDOS which is long obsolete.
  Detect QEMU and use /dev/vda as the boot device in that case.
  Fix a case where /mnt was used instead of the target partition variable.
  Thanks to alienBOB.
a/mkinitrd-1.4.11-x86_64-16.txz:  Rebuilt.
  Blacklist rules.d/73-seat-late.rules. Thanks to Robby Workman.
a/ndctl-71.1-x86_64-1.txz:  Upgraded.
a/sysklogd-2.1.2-x86_64-3.txz:  Rebuilt.
  /etc/logrotate.d/syslog.new: add missingok option. Thanks to sovteq.
l/gdbm-1.19-x86_64-1.txz:  Upgraded.
t/fig2dev-3.2.8-x86_64-1.txz:  Upgraded.
x/libepoxy-1.5.5-x86_64-1.txz:  Upgraded.
2020-12-24 08:59:49 +01:00

11 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 \