mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
11 lines
346 B
Diff
11 lines
346 B
Diff
--- src/dl.c.orig 2023-04-12 11:45:12.000000000 -0500
|
|
+++ src/dl.c 2023-04-14 01:47:10.000000000 -0500
|
|
@@ -133,6 +133,7 @@
|
|
}
|
|
|
|
#ifdef XMLSEC_DL_LIBLTDL
|
|
+ lt_dlsetsearchpath("@PREFIX@/lib");
|
|
lib->handle = lt_dlopenext((char*)lib->filename);
|
|
if(lib->handle == NULL) {
|
|
xmlSecIOError("lt_dlopenext", lib->filename, NULL);
|