aboutsummaryrefslogtreecommitdiffstats
path: root/mk/smtpd
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2015-05-07 01:24:05 +0200
committerGilles Chehade <gilles@poolp.org>2015-05-07 01:24:05 +0200
commit2c5cb9472a573affcb3d52bfb4bd66d3764a4e27 (patch)
treec62bb8e9ecbe9947e28ca60c7ee03663a7c28f0a /mk/smtpd
parentRevert "improve libasr detection" (diff)
downloadOpenSMTPD-2c5cb9472a573affcb3d52bfb4bd66d3764a4e27.tar.xz
OpenSMTPD-2c5cb9472a573affcb3d52bfb4bd66d3764a4e27.zip
Revert "make smtpd portable build on openbsd for devel purposes"
This reverts commit 24cafca6ba6e63b4f08c45e7a606aeb101eb3dcf.
Diffstat (limited to 'mk/smtpd')
-rw-r--r--mk/smtpd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/smtpd/Makefile.am b/mk/smtpd/Makefile.am
index 89a462c6..95f26fc8 100644
--- a/mk/smtpd/Makefile.am
+++ b/mk/smtpd/Makefile.am
@@ -96,7 +96,7 @@ AM_CPPFLAGS= -I$(smtpd_srcdir) \
LIBCOMPAT= $(top_builddir)/openbsd-compat/libopenbsd-compat.a
-LDADD= $(LIBCOMPAT) $(DB_LIB) $(SMTPD_LIB)
+LDADD= $(LIBCOMPAT) $(DB_LIB) -lasr
# need to define _GNU_SOURCE to get:
# EAI_NODATA defined