Opened 15 years ago
Closed 15 years ago
#24007 closed defect (wontfix)
nss-3.12.5_0 does not install all static libraries
Reported by: | raphael-st (Raphael Straub) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | |
Port: | nss |
Description
nss does not install all static libraries that it builds. The attached patch fixes this.
Attachments (1)
Change History (4)
Changed 15 years ago by raphael-st (Raphael Straub)
Attachment: | Portfile.diff added |
---|
comment:1 follow-up: 2 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)
comment:2 follow-up: 3 Changed 15 years ago by raphael-st (Raphael Straub)
Replying to jeremyhu@…:
I'd rather not install static libraries.
Many ports install both dynamic and static libraries. Are there any disadvantages of additionally installing static libraries besides disk space?
What need do you have for this?
Well, sometimes you don't want a user to be able to easily change the crypto code of your application.
comment:3 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Replying to raphael@…:
Replying to jeremyhu@…:
I'd rather not install static libraries.
Many ports install both dynamic and static libraries. Are there any disadvantages of additionally installing static libraries besides disk space?
Yes. Installing them means someone might actually use them... which makes maintenance difficult.
What need do you have for this?
Well, sometimes you don't want a user to be able to easily change the crypto code of your application.
I'd rather make it easier to issue bugfixes and security fixes for your application.
I'd rather not install static libraries. What need do you have for this?