Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/ibm-public/postfix Explicitly link against liblber ...
details: https://anonhg.NetBSD.org/src/rev/1d498b0065c1
branches: trunk
changeset: 789863:1d498b0065c1
user: joerg <joerg%NetBSD.org@localhost>
date: Wed Sep 11 09:58:02 2013 +0000
description:
Explicitly link against liblber as various symbols from it are used.
diffstat:
external/ibm-public/postfix/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 73f80aa57ec1 -r 1d498b0065c1 external/ibm-public/postfix/Makefile.inc
--- a/external/ibm-public/postfix/Makefile.inc Wed Sep 11 09:57:09 2013 +0000
+++ b/external/ibm-public/postfix/Makefile.inc Wed Sep 11 09:58:02 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.14 2012/03/04 16:12:24 tron Exp $
+# $NetBSD: Makefile.inc,v 1.15 2013/09/11 09:58:02 joerg Exp $
.include <bsd.own.mk>
@@ -59,8 +59,8 @@
# Automatically link in libldap for a program.
. if defined(PROG)
-LDADD+= -lldap
-DPADD+= ${LIBLDAP}
+LDADD+= -lldap -llber
+DPADD+= ${LIBLDAP} ${LIBLBER}
. if (${MKPIC} == "no" || (defined(LDSTATIC) && ${LDSTATIC} != ""))
LDADD+= -llber
DPADD+= ${LIBLBER}
Home |
Main Index |
Thread Index |
Old Index