Print this page
8411 Build should warn when linking against libraries outside proto area
*** 18,27 ****
--- 18,28 ----
#
# CDDL HEADER END
#
#
# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright 2017 RackTop Systems.
#
LIBRARY = libuutil.a
VERS = .1
*** 44,53 ****
--- 45,55 ----
LIBS = $(DYNLIB) $(LINTLIB)
$(NOT_NATIVE)NATIVE_BUILD = $(POUND_SIGN)
$(NATIVE_BUILD)VERS =
$(NATIVE_BUILD)LIBS = $(DYNLIB)
+ $(NATIVE_BUILD)$(DYNLIB) := ZASSERTDEFLIB=
SRCS = \
../../../common/avl/avl.c \
../common/uu_alloc.c \
../common/uu_avl.c \