| d77f6794 | 06-Aug-2026 |
Jim Jagielski <jimjag@gmail.com> |
Add --with-static-system-libs, and drop -licuuc from the dmake LIBXML2LIB
Takes a comma-separated list (libxml, libxslt, curl) and rewrites each "-lfoo" to the archive's absolute path, so a dylib si
Add --with-static-system-libs, and drop -licuuc from the dmake LIBXML2LIB
Takes a comma-separated list (libxml, libxslt, curl) and rewrites each "-lfoo" to the archive's absolute path, so a dylib sitting beside it can't win. Without it the choice is implicit -- and those dylibs carry absolute install names that don't exist on an end user's machine.
LIBXML2LIB now filters -licuuc as RepositoryExternal.mk already did, so dmake and gbuild consumers agree.
show more ...
|