add samples
This commit is contained in:
35
net-misc/ipx-utils/files/ipx-utils-1.2-build-samples.patch
Normal file
35
net-misc/ipx-utils/files/ipx-utils-1.2-build-samples.patch
Normal file
@@ -0,0 +1,35 @@
|
||||
diff '--color=auto' -uNr ipx-utils-9999.orig/Makefile.am ipx-utils-9999/Makefile.am
|
||||
--- ipx-utils-9999.orig/Makefile.am 2026-04-19 22:40:49.949320330 +0200
|
||||
+++ ipx-utils-9999/Makefile.am 2026-04-19 22:42:54.743135308 +0200
|
||||
@@ -4,7 +4,11 @@
|
||||
ipx_configure \
|
||||
ipx_interface \
|
||||
ipx_internal_net \
|
||||
- ipx_route
|
||||
+ ipx_route \
|
||||
+ ipxrcv \
|
||||
+ ipxsend \
|
||||
+ rip \
|
||||
+ sap
|
||||
|
||||
ipx_configure_SOURCES = \
|
||||
src/ipx_configure.c
|
||||
@@ -18,6 +22,18 @@
|
||||
ipx_route_SOURCES = \
|
||||
src/ipx_route.c
|
||||
|
||||
+ipxrcv_SOURCES = \
|
||||
+ Samples/ipxrcv.c
|
||||
+
|
||||
+ipxsend_SOURCES = \
|
||||
+ Samples/ipxsend.c
|
||||
+
|
||||
+rip_SOURCES = \
|
||||
+ Samples/rip.c
|
||||
+
|
||||
+sap_SOURCES = \
|
||||
+ Samples/sap.c
|
||||
+
|
||||
man_MANS = \
|
||||
docs/ipx_configure.8 \
|
||||
docs/ipx_interface.8 \
|
||||
Reference in New Issue
Block a user