mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
12 lines
300 B
Text
12 lines
300 B
Text
--- a/configure
|
|
+++ b/configure
|
|
@@ -7357,6 +7357,9 @@ dynamic_threads () {
|
|
esac
|
|
}
|
|
|
|
+GLIB_LIBS="-Wl,-rpath-link=$STAGING_DIR/usr/lib/libiconv-full/lib $GLIB_LIBS"
|
|
+LIBS="-Wl,-rpath-link=$STAGING_DIR/usr/lib/libiconv-full/lib $LIBS"
|
|
+
|
|
case "$ostype" in
|
|
FreeBSD)
|
|
GLIB_LIBS="$GLIB_LIBS -lintl"
|