Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| devel/libtsm/Makefile | ||
|---|---|---|
| 4 ↗ | (On Diff #35998) | ^DISTVERSION for new ports |
| devel/libtsm/Makefile | ||
|---|---|---|
| 22 ↗ | (On Diff #36020) | I would try to disable building the static library, if possible. |
Comment Actions
There is a
--enable-static[=PKGS] build static libraries [default=yes]
for the configure script.
So you can append --disable-static to the CONFIGURE_ARGS
| devel/libtsm/Makefile | ||
|---|---|---|
| 22 ↗ | (On Diff #36020) | I thought I did. :) |