cd1eac8912
Libgpg-error is a small library with error codes and descriptions shared by most GnuPG related software.
13 lines
489 B
Plaintext
13 lines
489 B
Plaintext
$OpenBSD: patch-src_gpg-error-config_in,v 1.1.1.1 2004/05/07 20:26:19 sturm Exp $
|
|
--- src/gpg-error-config.in.orig 2004-04-17 16:26:41.000000000 +0200
|
|
+++ src/gpg-error-config.in 2004-04-17 16:27:40.000000000 +0200
|
|
@@ -65,7 +65,7 @@ while test $# -gt 0; do
|
|
if test "x$libdir" != "x/usr/lib" -a "x$libdir" != "x/lib"; then
|
|
output="$output -L$libdir"
|
|
fi
|
|
- output="$output -lgpg-error"
|
|
+ output="$output -lgpg-error @LTLIBINTL@"
|
|
;;
|
|
*)
|
|
usage 1 1>&2
|