blob: 4d05def1bc105b9aa48efa5d5042b92c009d4979 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Description: idmap_prot.x is in the unix-libc-dev package
Note that we also need idmap_prot.h from the same directory
where idmap_prot.x
Index: illumos-corelibs/usr/src/lib/libidmap/Makefile.com
===================================================================
--- illumos-corelibs.orig/usr/src/lib/libidmap/Makefile.com 2012-10-08 04:25:39.000000000 +0400
+++ illumos-corelibs/usr/src/lib/libidmap/Makefile.com 2012-10-24 02:49:28.402895638 +0400
@@ -48,7 +48,7 @@
SRCDIR = ../common
$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
-IDMAP_PROT_X = $(SRC)/uts/common/rpcsvc/idmap_prot.x
+IDMAP_PROT_X = /usr/include/rpcsvc/idmap_prot.x
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -D_REENTRANT -I$(SRCDIR)
|