mirror of https://github.com/hak5/openwrt.git
12 lines
420 B
Diff
12 lines
420 B
Diff
--- a/aclocal.m4
|
|
+++ b/aclocal.m4
|
|
@@ -4298,7 +4298,7 @@ CF_EOF
|
|
EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS"
|
|
fi
|
|
CF_SHARED_SONAME
|
|
- MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname',-stats,-lc -o $[@]'
|
|
+ MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_shared_soname',-stats,$(LDFLAGS) -lc -o $[@]'
|
|
;;
|
|
openbsd[[2-9]].*)
|
|
if test "$DFT_LWR_MODEL" = "shared" ; then
|