Print this page
8207 localedef links against libraries outside of proto area
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com>
Reviewed by: Alexander Pyhalov <alp@rsu.ru>
Reviewed by: Rich Lowe <richlowe@richlowe.net>
Reviewed by: Garrett D'Amore <garrett@illumos.org>
*** 12,28 ****
#
# Copyright 2017 Nexenta Systems, Inc.
# Copyright 2011 EveryCity Ltd. All rights reserved.
# Copyright 2013 DEY Storage Systems, Inc.
# Copyright 2016 Joyent, Inc.
#
include $(SRC)/cmd/Makefile.cmd
include $(SRC)/cmd/Makefile.ctf
include $(SRC)/cmd/localedef/Makefile.common
! LDLIBS= -lavl -lgen
.KEEP_STATE:
all: $(PROG)
--- 12,29 ----
#
# Copyright 2017 Nexenta Systems, Inc.
# Copyright 2011 EveryCity Ltd. All rights reserved.
# Copyright 2013 DEY Storage Systems, Inc.
# Copyright 2016 Joyent, Inc.
+ # Copyright 2017 RackTop Systems.
#
include $(SRC)/cmd/Makefile.cmd
include $(SRC)/cmd/Makefile.ctf
include $(SRC)/cmd/localedef/Makefile.common
! LDLIBS += -lavl -lgen
.KEEP_STATE:
all: $(PROG)