On Thu, Jun 06, 2013 at 11:27:19PM +0100, Stuart Henderson wrote: > On 2013/06/06 22:07, Stuart Henderson wrote: > > On 2013/06/06 21:48, Patrik Lundin wrote: > > > Hello, > > > > > > I have been looking at porting SoftHSM > > > (http://www.opendnssec.org/softhsm/) and later looking at the OpenDNSSEC > > > tool (http://www.opendnssec.org/). > > > > > > I have been stopped in my tracks by the libtool in base, but I am not > > > sure i really need to activate the GNU version as I am possibly just > > > missing something simple. > > > > The attached port builds, but doesn't produce a shared library, which > > the produced binaries rely upon, so it doesn't actually work.. > > > > If I use USE_LIBTOOL=gnu in the ports build here, it builds, but I get > > an error during fake, again related to the shared library. > > > > btw re linking to botan; it should probably use pkg-config or > botan-config(-1.10) to fetch information about how to link, but as > bind10 devs found out [http://bind10.isc.org/ticket/1640], there are > problems with the pkg-config files on some systems and with botan-config > files on others..so actually fixing this properly and getting that > upstream might be tricky. (looks like botan's Libs.private entries > should probably be in Libs on OpenBSD?)
The pkg-config file works fine on OpenBSD now. The issue mentioned back then was an issue due to -pthread not linking libpthread to a shared lib but that has been fixed since then. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
