aports/main/ppp/fix-linux-5.15-include.patch
psykose 15f3b3ee8a
main/ppp: fix compile under linux 5.15
the <linux/ipx.h> system has been removed,
removing this -D removes the feature
2022-04-13 03:56:52 +02:00

12 lines
292 B
Diff

--- a/pppd/Makefile.linux
+++ b/pppd/Makefile.linux
@@ -91,7 +91,7 @@
INCLUDE_DIRS= -I../include
-COMPILE_FLAGS= -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe
+COMPILE_FLAGS= -DHAVE_PATHS_H -DHAVE_MMAP -pipe
CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS) '-DDESTDIR="@DESTDIR@"'