474de5a155
Noteworthy changes in version 1.3.2 (2014-11-25) [C19/A11/R3] ------------------------------------------------ * Fixed a buffer overflow in ksba_oid_to_str. Noteworthy changes in version 1.3.1 (2014-09-18) ------------------------------------------------ * Fixed memory leak in CRL parsing. * Build fixes for Windows, Android, and ppc64el.
15 lines
437 B
Text
15 lines
437 B
Text
$NetBSD: patch-aa,v 1.2 2014/11/25 14:35:37 wiz Exp $
|
|
|
|
Add rpath entry.
|
|
|
|
--- src/ksba-config.in.orig 2003-11-12 15:48:53.000000000 +0100
|
|
+++ src/ksba-config.in 2004-01-25 22:39:50.000000000 +0100
|
|
@@ -106,7 +106,7 @@
|
|
if test "$echo_libs" = "yes"; then
|
|
libdirs=""
|
|
if test "@libdir@" != "/usr/lib" ; then
|
|
- libdirs="-L@libdir@"
|
|
+ libdirs="-L@libdir@ -Wl,-R@libdir@"
|
|
fi
|
|
tmp=""
|
|
for i in $libdirs $libs; do
|