Changelogs: * https://github.com/RTimothyEdwards/magic/releases/tag/8.3.561 * https://github.com/RTimothyEdwards/magic/compare/8.3.526...8.3.561 * Pet portfmt(1), sort entries Approved by: yuri@ (maintainer, Mentor) Differential Revision: https://reviews.freebsd.org/D53054
12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
--- scripts/configure.orig 2025-07-30 06:00:02 UTC
|
|
+++ scripts/configure
|
|
@@ -9187,7 +9187,7 @@ fi
|
|
esac
|
|
fi
|
|
if test "$with_gnu_ld" = "yes" ; then
|
|
- LDDL_FLAGS="${LDDL_FLAGS} -Wl,--version-script=\${MAGICDIR}/magic/symbol.map"
|
|
+ #LDDL_FLAGS="${LDDL_FLAGS} -Wl,--version-script=\${MAGICDIR}/magic/symbol.map"
|
|
fi
|
|
|
|
|