8207 localedef links against libraries outside of proto area
Review Request #498 — Created May 12, 2017 and submitted — Latest diff uploaded
Information | |
---|---|
andy_js | |
illumos-gate | |
8207 | |
08d1a84... | |
Reviewers | |
general | |
The localdef Makefile overrides LDLIBS which happens to include the -L flags which point the linker to libraries in the proto area.
I build illumos with -zassert-deflib. Without this diff the build fails due to libavl and libgen being pulled in from the default directories.