mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
11 lines
460 B
Text
11 lines
460 B
Text
--- Makefile.in.orig 2025-01-22 00:27:51 UTC
|
|
+++ Makefile.in
|
|
@@ -2807,7 +2807,7 @@ LD_BASIC_ADD = lib/libcyrus.la lib/libcyrus_min.la ${L
|
|
# MD5 algorithms, without needing SSL. Currently we have no way of
|
|
# minimally linking such code.
|
|
LD_BASIC_ADD = lib/libcyrus.la lib/libcyrus_min.la ${LIBS} \
|
|
- ${LIB_SASL} $(SSL_LIBS) $(GCOV_LIBS)
|
|
+ ${LIB_SASL} $(SSL_LIBS) $(GCOV_LIBS) -lm
|
|
|
|
|
|
# UTILITY is the libraries that utility programs which use Cyrus'
|