pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnome-keyring security/39313 strikes again



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a4abedbf524
branches:  trunk
changeset: 552911:3a4abedbf524
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Sun Jan 11 20:32:18 2009 +0000

description:
security/39313 strikes again
Do a workaround here too.

diffstat:

 security/gnome-keyring/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 087f339c9fdf -r 3a4abedbf524 security/gnome-keyring/Makefile
--- a/security/gnome-keyring/Makefile   Sun Jan 11 19:13:48 2009 +0000
+++ b/security/gnome-keyring/Makefile   Sun Jan 11 20:32:18 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2008/11/24 14:39:19 jmcneill Exp $
+# $NetBSD: Makefile,v 1.42 2009/01/11 20:32:18 ahoka Exp $
 
 DISTNAME=      gnome-keyring-2.24.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-keyring/2.24/}
 EXTRACT_SUFX=  .tar.bz2
@@ -31,6 +31,11 @@
 
 CFLAGS.HPUX+=          -DMAP_ANON=MAP_ANONYMOUS
 
+# Workaround a bug with NetBSD's openpam
+# The bug is described in PR security/39313
+#
+CFLAGS.NetBSD+=                -DNO_STATIC_MODULES
+
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.6.0
 BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.6.0
 



Home | Main Index | Thread Index | Old Index