From ac6428334be62d04999b52d5d634ba75f3b5c432 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Wed, 28 Nov 2018 10:17:50 -0500 Subject: [PATCH] dis: no need for libuutil linker hack We've been shipping a libuutil compilation symlink for a couple of months now. --- bin/dis/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/dis/Makefile b/bin/dis/Makefile index 9ce7fb7234..a56f7d2f48 100644 --- a/bin/dis/Makefile +++ b/bin/dis/Makefile @@ -2,8 +2,6 @@ PROG= dis SRCS= dis_list.c dis_main.c dis_target.c dis_util.cc LDADD= -ldisasm -luutil -lelf -# FIXME: we should not be reaching into the proto area for libuutil -LDFLAGS+= -L${SRCTOP}/proto/root_i386/lib CFLAGS+= -I${SRCTOP}/usr/src/lib/libdisasm/common CFLAGS+= -I${SRCTOP}/usr/src/lib/libuutil/common COPTS.dis_util.cc= -fno-exceptions -fno-rtti -- 2.11.4.GIT