mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
10 lines
311 B
Diff
10 lines
311 B
Diff
|
--- ./Makefile.orig 2007-04-29 13:15:50.000000000 -0500
|
||
|
+++ ./Makefile 2024-05-10 18:22:44.593348134 -0500
|
||
|
@@ -1,5 +1,5 @@
|
||
|
|
||
|
-CFLAGS=-O2 -Wall -D_GNU_SOURCE
|
||
|
+CFLAGS=-O2 -Wall -D_GNU_SOURCE -Wno-error=incompatible-pointer-types
|
||
|
|
||
|
PROGS=usleep initlog fstab-decode consoletype
|
||
|
PPPWATCH_OBJS=ppp-watch.o shvar.o
|