Opened 8 years ago
Closed 8 years ago
#51740 closed defect (fixed)
Update osslsigncode to link to libgsf
Reported by: | dgonyier (Dwaine Gonyier) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: | osslsigncode |
Description
The currently available macports version of osslsigncode doesn't work on msi files:
$ osslsigncode verify -in Application\ Compatibility\ Toolkit.msi libgsf is not available, msi support is disabled: Application Compatibility Toolkit.msi Failed
Even if I reinstall/rebuild the port after installing the libgsf
port, I still get the above error. Please update the port (or add a variant) to link to libgsf to extend the functionality of the osslsigncode port.
I'm not sure if the configure
script in the source needs a --with-gsf
to force the issue.
I've built osslsigncode on Debian (jessie) from source and found I needed to install the libgsf-1-dev
package with apt and then the osslsigncode configure script magically found it and added it to the config.h file:
/* Have libgsf? */ #define WITH_GSF 1
Change History (1)
comment:1 Changed 8 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
libgsf support enabled in r149819.