summaryrefslogtreecommitdiff
path: root/mail/qpopper/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-09 19:25:26 +0000
committerjlam <jlam>2002-09-09 19:25:26 +0000
commit8f037e509ea8d48231160aed3b740cdb235ef917 (patch)
treea482bee25d2ee486ebc21b8c1d962d6f3e91fc7b /mail/qpopper/Makefile.common
parent55a39ce0b0d642df66cb4c55c0b46d3eb4ae7d5c (diff)
downloadpkgsrc-8f037e509ea8d48231160aed3b740cdb235ef917.tar.gz
* buildlink1 --> buildlink2.
* Pass the LDFLAGS through to the build process so that the final binaries are built with the appropriate -Wl,-R flags. This should fix pkg/18054. * Use ROOT_{USER,GROUP} instead of hardcoding "root" and "wheel" when installing poppassd.
Diffstat (limited to 'mail/qpopper/Makefile.common')
-rw-r--r--mail/qpopper/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/qpopper/Makefile.common b/mail/qpopper/Makefile.common
index 7ea374a90d2..bd63a46bf02 100644
--- a/mail/qpopper/Makefile.common
+++ b/mail/qpopper/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2002/06/15 21:20:02 cjep Exp $
+# $NetBSD: Makefile.common,v 1.7 2002/09/09 19:25:30 jlam Exp $
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libexecdir=${LOCALBASE}/libexec \
@@ -17,8 +17,6 @@ VERSION= 4.0.4
.include "../../mk/bsd.prefs.mk"
-CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_DIR}
-
.if defined(KERBEROS)
PKG_USE_KERBEROS= # defined
CONFIGURE_ARGS+= --enable-kerberos
@@ -32,3 +30,5 @@ CONFIGURE_ARGS+= --enable-servermode
.if defined(USE_INET6) && ${USE_INET6} == YES
CONFIGURE_ENV+= O_DEFS="${O_DEFS}" CFLAGS="-DINET6"
.endif
+
+LIBS+= ${LDFLAGS}