From: Alan T. DeKok Date: Mon, 29 Nov 2021 14:28:25 +0000 (-0500) Subject: shut up linker complaints on OSX X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac0d49edf7c6f7bf340b4fe863fbbe731b16b130;p=thirdparty%2Ffreeradius-server.git shut up linker complaints on OSX --- diff --git a/scripts/libtool.mk b/scripts/libtool.mk index b71866f0b8f..a46a3ae88c6 100644 --- a/scripts/libtool.mk +++ b/scripts/libtool.mk @@ -171,7 +171,7 @@ ifeq "${bm_shared_libs}" "yes" # RELINL : flags use to build executables that can be run # from the build directory / source tree. RPATH_FLAGS := -rpath ${libdir} - LOCAL_FLAGS := -rpath $(abspath ${BUILD_DIR})/lib/${LOCAL}/.libs + LOCAL_FLAGS := -rpath $(subst //,/,$(abspath ${BUILD_DIR})/lib/${LOCAL}/.libs) LOCAL_FLAGS_MIN := -rpath ${libdir}