]> git.pld-linux.org Git - packages/ypserv.git/blob - noerror.patch
Up to 4.2
[packages/ypserv.git] / noerror.patch
1 --- ypserv-4.2/lib/Makefile.am~ 2021-09-06 15:33:15.000000000 +0200
2 +++ ypserv-4.2/lib/Makefile.am  2023-02-02 13:31:30.509837631 +0100
3 @@ -18,7 +18,7 @@ rpcsvc_HEADERS = ypxfrd.x
4  DEFS = @DEFS@ -D_REENTRANT=1 -DCONFDIR=\"$(sysconfdir)\" \
5         -DYPMAPDIR=\"@YPMAPDIR@\" -DUSE_SD_NOTIFY=@USE_SD_NOTIFY@
6  AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) -I$(srcdir)
7 -AM_CFLAGS = @PIE_CFLAGS@ @NSL_CFLAGS@ @TIRPC_CFLAGS@ -Werror
8 +AM_CFLAGS = @PIE_CFLAGS@ @NSL_CFLAGS@ @TIRPC_CFLAGS@
9  
10  libyp_a_SOURCES = log_msg.c ypserv_conf.c ypxfrd_xdr.c \
11                 ypproc_match_2.c securenets.c access.c yp_db.c \
This page took 0.056066 seconds and 3 git commands to generate.