slackware-current/source/a/util-linux/bsdstrings.gcc14.diff
Patrick J Volkerding abc3e67678 Sun May 12 19:10:12 UTC 2024
a/less-654-x86_64-1.txz:  Upgraded.
d/ninja-1.12.1-x86_64-1.txz:  Upgraded.
n/whois-5.5.23-x86_64-1.txz:  Upgraded.
  Updated the .sc, .********* (.xn--yfro4i67o, Singapore)
  and .********************************* (.xn--clchc0ea0b2g2a9gcd, Singapore)
  TLD servers.
extra/bittornado/bittornado-0.3.18-noarch-3.txz:  Removed.
  Obsolete and based on python2.
2024-05-12 21:28:58 +02:00

12 lines
371 B
Diff

--- ./Makefile.orig 2000-05-09 16:18:53.000000000 -0500
+++ ./Makefile 2024-05-12 12:42:00.509961363 -0500
@@ -1,7 +1,8 @@
CC = gcc
+CFLAGS = -O -Wno-error=implicit-function-declaration -Wno-error=implicit-int
strings: strings.o getopt.o
- gcc -O -o strings strings.c getopt.c
+ gcc $(CFLAGS) -o strings strings.c getopt.c
clean:
rm -f a.out core *~ *.o strings