summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsip
diff options
context:
space:
mode:
authorDan McDonald <danmcd@mnx.io>2022-05-04 13:40:12 -0400
committerDan McDonald <danmcd@mnx.io>2022-05-11 22:55:25 -0400
commit530a8aa611843ce1c3faf0296e774bbbcb900ac7 (patch)
tree74f2f28c7e0d84d8f415394451d6e761d866f5fb /usr/src/lib/libsip
parentdcc43656b5993828b48fbae35b5de53b9f05004e (diff)
downloadillumos-joyent-530a8aa611843ce1c3faf0296e774bbbcb900ac7.tar.gz
14671 Libraries should use -lmd instead of -lmd5
Reviewed by: Brian Bennett <brian.bennett@mnx.io> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/lib/libsip')
-rw-r--r--usr/src/lib/libsip/Makefile.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libsip/Makefile.com b/usr/src/lib/libsip/Makefile.com
index 64f25bdac0..ea65b0b51f 100644
--- a/usr/src/lib/libsip/Makefile.com
+++ b/usr/src/lib/libsip/Makefile.com
@@ -36,7 +36,7 @@ include ../../Makefile.lib
SRCDIR = ../common
LIBS = $(DYNLIB)
-LDLIBS += -lmd5 -lc
+LDLIBS += -lmd -lc
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -DOS='"solaris"' -D__OS_solaris -DNDEBUG