mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
10 lines
274 B
Diff
10 lines
274 B
Diff
|
--- ./Makefile.orig 2024-05-11 12:41:56.282823472 -0500
|
||
|
+++ ./Makefile 2024-05-11 12:43:08.540825089 -0500
|
||
|
@@ -1,5 +1,5 @@
|
||
|
CC = gcc
|
||
|
-CFLAGS = -O2 -I/usr/include/tirpc
|
||
|
+CFLAGS = -O2 -I/usr/include/tirpc -Wno-error=implicit-function-declaration
|
||
|
LDFLAGS = -s -ltirpc
|
||
|
|
||
|
all:
|