Print this page
3087 libuuid has a lot of dependencies
*** 19,30 ****
# CDDL HEADER END
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
- # ident "%Z%%M% %I% %E% SMI"
#
LIBRARY = libuuid.a
VERS = .1
OBJECTS = etheraddr.o uuid.o uuid_misc.o
--- 19,30 ----
# CDDL HEADER END
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
+ # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
#
#
LIBRARY = libuuid.a
VERS = .1
OBJECTS = etheraddr.o uuid.o uuid_misc.o
*** 33,43 ****
# install this library in the root filesystem
include ../../Makefile.rootfs
LIBS = $(DYNLIB) $(LINTLIB)
! LDLIBS += -lsocket -lnsl -lc -ldlpi
SRCDIR = ../common
$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)
--- 33,43 ----
# install this library in the root filesystem
include ../../Makefile.rootfs
LIBS = $(DYNLIB) $(LINTLIB)
! LDLIBS += -lsocket -lnsl -lc
SRCDIR = ../common
$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)