blob: 0a2d502b8de434244b1b03bffcb79df84f4c1435 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001From cb6a4f61adb027f2366318f2c08c8264ebf39218 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 5 Jan 2013 19:53:10 -0800
4
5---
6 Makefile.rules | 2 +-
7 aclocal.m4 | 2 +-
8 2 files changed, 2 insertions(+), 2 deletions(-)
9
10diff --git a/Makefile.rules b/Makefile.rules
11index 6fa3e02..709dd04 100644
12--- a/Makefile.rules
13+++ b/Makefile.rules
14@@ -46,7 +46,7 @@ CFLAGS += -D_REENTRANT -D_FILE_OFFSET_BITS=64
Patrick Williamsb48b7b42016-08-17 15:04:38 -050015 LIBS += -lpthread
16
17 ifdef TIRPCLIB
18-CFLAGS += -I/usr/include/tirpc
19+CFLAGS += -I=/usr/include/tirpc
20 LIBS += $(TIRPCLIB)
21 endif
22
Brad Bishop316dfdd2018-06-25 12:45:53 -040023diff --git a/aclocal.m4 b/aclocal.m4
24index 2a9a802..0e4a624 100644
25--- a/aclocal.m4
26+++ b/aclocal.m4
27@@ -416,7 +416,7 @@ AC_DEFUN([AF_CHECK_LIBTIRPC],
28 # save current flags
29 af_check_libtirpc_save_cflags="$CFLAGS"
30 af_check_libtirpc_save_ldflags="$LDFLAGS"
31-CFLAGS="$CFLAGS -I/usr/include/tirpc"
32+CFLAGS="$CFLAGS -I=/usr/include/tirpc"
33 LDFLAGS="$LDFLAGS -ltirpc"
34
35 AC_TRY_LINK(