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 Drop now redundant assignment fr...



details:   https://anonhg.NetBSD.org/src/rev/321eb7a0f760
branches:  trunk
changeset: 789864:321eb7a0f760
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Sep 11 09:59:13 2013 +0000

description:
Drop now redundant assignment from the MKPIC=no case.

diffstat:

 external/ibm-public/postfix/Makefile.inc |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (24 lines):

diff -r 1d498b0065c1 -r 321eb7a0f760 external/ibm-public/postfix/Makefile.inc
--- a/external/ibm-public/postfix/Makefile.inc  Wed Sep 11 09:58:02 2013 +0000
+++ b/external/ibm-public/postfix/Makefile.inc  Wed Sep 11 09:59:13 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.15 2013/09/11 09:58:02 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.16 2013/09/11 09:59:13 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -61,13 +61,9 @@
 . if defined(PROG)
 LDADD+=                -lldap -llber
 DPADD+=                ${LIBLDAP} ${LIBLBER}
-.  if (${MKPIC} == "no" || (defined(LDSTATIC) && ${LDSTATIC} != ""))
-LDADD+=                -llber
-DPADD+=                ${LIBLBER}
-.   if ${MKCRYPTO} != "no" 
+.  if (${MKPIC} == "no" || (defined(LDSTATIC) && ${LDSTATIC} != "")) && ${MKCRYPTO} != "no"
 DPADD+=                ${LIBSSL} ${LIBCRYPTO}
 LDADD+=                -lssl -lcrypto
-.   endif
 .  endif
 . endif
 .endif # USE_LDAP != no



Home | Main Index | Thread Index | Old Index