We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6268974 + fc63968 commit 793487fCopy full SHA for 793487f
1 file changed
ci_build.sh
@@ -1078,7 +1078,7 @@ detect_platform_PKG_CONFIG_PATH_and_FLAGS() {
1078
# linking well. For more details see
1079
# https://github.com/networkupstools/nut/pull/2870#issuecomment-2768590518
1080
if [ -d "/usr/pkg/lib" -a -d "/usr/pkg/include" ] ; then
1081
- LDFLAGS="${LDFLAGS-} -R/usr/pkg/lib"
+ LDFLAGS="${LDFLAGS-} -Wl,-R/usr/pkg/lib"
1082
CFLAGS="${CFLAGS-} -I/usr/pkg/include"
1083
CXXFLAGS="${CXXFLAGS-} -I/usr/pkg/include"
1084
fi
0 commit comments