Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 13208 Build 13449: arc lint + arc unit
Event Timeline
| devel/libtsm/Makefile | ||
|---|---|---|
| 5 | ^DISTVERSION for new ports | |
| devel/libtsm/Makefile | ||
|---|---|---|
| 22 | 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 | I thought I did. :) | |