mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -04:00
libcrypt bundles the various hash functions it needs, duplicating code that is also found in libmd. Unbundle the hash functions and apply the same hack used for libncursesw so static consumers link -lmd in addition to -lcrypt. Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D47062
1 line
42 B
Text
1 line
42 B
Text
INPUT(-l@@LIB@@@@STATICLIB_SUFFIX@@ -lmd)
|