diff options
author | Dan McDonald <danmcd@mnx.io> | 2022-05-04 13:31:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-04 13:31:40 -0400 |
commit | af828066674374b72d7841d04a2224b69b070fc9 (patch) | |
tree | 6ba1adbf73e370c8d75679a96cfdaf437acf4f53 /usr/src/lib/libsip | |
parent | 85b3719b685531b9f72ace664a93ba1c50a9a4de (diff) | |
download | illumos-joyent-release-20220505.tar.gz |
OS-8383 Libraries should use -lmd instead of -lmd5release-20220505
Reviewed by: Brian Bennett <brian.bennett@mnx.io>
Approved by: Brian Bennett <brian.bennett@mnx.io>
Diffstat (limited to 'usr/src/lib/libsip')
-rw-r--r-- | usr/src/lib/libsip/Makefile.com | 2 |
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 |