blob: 037bff1b36f16bfad67e14616619dd39ffa93508 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- rpcbind-0.2.0.orig/src/Makefile.in 2009-05-29 18:37:50.000000000 +0200
+++ rpcbind-0.2.0/src/Makefile.in 2010-01-31 17:27:20.000000000 +0100
@@ -207,7 +207,7 @@ rpcinfo_LDFLAGS = -lpthread -ltirpc
rpcinfo_LDADD = $(LIB_TIRPC)
rpcbind_LDFLAGS = -lpthread -ltirpc
rpcbind_LDADD = $(LIB_TIRPC)
-AM_CPPFLAGS = -I/usr/include/tirpc -DCHECK_LOCAL -DPORTMAP \
+AM_CPPFLAGS = -DCHECK_LOCAL -DPORTMAP \
-DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO
all: config.h
|