Fix gpg-error-config script to return -Wl,-R part too.

Bump PKGREVISION to 1.
This commit is contained in:
wiz 2003-12-14 14:57:40 +00:00
parent 147df88997
commit 4898c670fb
3 changed files with 17 additions and 2 deletions

View file

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.1.1.1 2003/12/05 23:24:31 xtraeme Exp $
# $NetBSD: Makefile,v 1.2 2003/12/14 14:57:40 wiz Exp $
#
DISTNAME= libgpg-error-0.6
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/GnuPG/alpha/libgpg-error/

View file

@ -1,4 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2003/12/05 23:24:31 xtraeme Exp $
$NetBSD: distinfo,v 1.2 2003/12/14 14:57:40 wiz Exp $
SHA1 (libgpg-error-0.6.tar.gz) = ad15b47b15621a1954d82fb90e427febee2d0d04
Size (libgpg-error-0.6.tar.gz) = 294648 bytes
SHA1 (patch-aa) = c4d49983c0fe9ba58571ff9d3d192e6aa1ea0305

View file

@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1 2003/12/14 14:57:40 wiz Exp $
--- src/gpg-error-config.in.orig 2003-09-04 08:56:45.000000000 +0200
+++ src/gpg-error-config.in
@@ -60,7 +60,7 @@ while test $# -gt 0; do
output="$output -I$includedir"
;;
--libs)
- output="$output -L$libdir -lgpg-error"
+ output="$output -Wl,-R$libdir -L$libdir -lgpg-error"
;;
*)
usage 1 1>&2