blob: c91b0cad01037d5860dc3ef24ddbe655cb7a9ccf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Index: libsec/usr/src/common/acl/acl_common.c
===================================================================
--- libsec.orig/usr/src/common/acl/acl_common.c 2013-12-18 19:05:14.762726726 +0400
+++ libsec/usr/src/common/acl/acl_common.c 2013-12-18 19:07:20.202053880 +0400
@@ -31,6 +31,7 @@
#include <sys/sysmacros.h>
#include <acl/acl_common.h>
#else
+#include <libsunavl.h>
#include <errno.h>
#include <stdlib.h>
#include <stddef.h>
Index: libsec/usr/src/lib/libsec/Makefile.com
===================================================================
--- libsec.orig/usr/src/lib/libsec/Makefile.com 2013-12-18 19:05:15.091533092 +0400
+++ libsec/usr/src/lib/libsec/Makefile.com 2013-12-18 19:08:21.353561535 +0400
@@ -44,7 +44,7 @@
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -I$(SRCDIR) -I. -I../../../common/acl
-LDLIBS += -lc -lavl -lidmap
+LDLIBS += -lc -lsunavl -lidmap
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-uninitialized
|