pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/maradns Fix build (missing PTHREAD_LDFLAGS).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/091f3c0cab99
branches:  trunk
changeset: 485124:091f3c0cab99
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 04 11:58:06 2004 +0000

description:
Fix build (missing PTHREAD_LDFLAGS).

diffstat:

 net/maradns/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e55a7cd8935d -r 091f3c0cab99 net/maradns/Makefile
--- a/net/maradns/Makefile      Sat Dec 04 11:55:28 2004 +0000
+++ b/net/maradns/Makefile      Sat Dec 04 11:58:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/11/27 18:04:20 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/04 11:58:06 wiz Exp $
 
 DISTNAME=      maradns-1.0.18
 PKGREVISION=   1
@@ -21,7 +21,7 @@
 CONF_FILES=    ${EGDIR}/example_mararc ${PKG_SYSCONFDIR}/mararc
 
 .include "../../mk/pthread.buildlink3.mk"
-LDFLAGS+=      ${PTHREAD_LIBS}
+LDFLAGS+=      ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
 
 post-patch:
        ${SED} -e s,@@PKGSYSCONFDIR@@,${PKG_SYSCONFDIR},                        \



Home | Main Index | Thread Index | Old Index