Needed to unbreak build and run for libpeas1 consumers amongst other things
Details
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 70370 Build 67253: arc lint + arc unit
Event Timeline
| devel/glib20/Makefile | ||
|---|---|---|
| 41 | This arg was there for reason: https://github.com/freebsd/freebsd-ports/commit/8107e8e7cb0b549bdc4789a52e69015cd64b7b8d Is it not relevant anymore? | |
| devel/glib20/Makefile | ||
|---|---|---|
| 41 | This flag disabled libelf support completely, which I don't think was the intention. The other parts of that commit to explicitly reference libelf from base was enough. | |
| devel/glib20/Makefile | ||
|---|---|---|
| 41 | IIRC, it was intended, because we can't force glib to link against libelf.so from base if libelf is also installed from ports. | |
Note to (mostly) self: need to bump devel/py-pygobject and devel/pygobject-common, since there is a preprocessor macro sensitive between these versions.
| devel/glib20/Makefile | ||
|---|---|---|
| 41 | I'll need to try again with ports libelf in the (poudriere) environment to see if any issues arise. | |
| devel/glib20/Makefile | ||
|---|---|---|
| 41 | Confirmed only links with base libelf.so even with the port installed: $ readelf --needed-libs /usr/local/bin/gresource NeededLibraries [ libc.so.7 libelf.so.2 libgio-2.0.so.0 libglib-2.0.so.0 libintl.so.8 ] | |