Migrate SSL-cert setup to libpbd, so the downloader can use it

This commit is contained in:
Robin Gareus 2025-05-19 23:00:52 +02:00
parent 6918a8a267
commit 4f300b5474
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 203 additions and 0 deletions

View file

@ -24,6 +24,7 @@ libpbd_sources = [
'base_ui.cc',
'boost_debug.cc',
'cartesian.cc',
'ccurl.cc',
'command.cc',
'configuration_variable.cc',
'convert.cc',
@ -169,6 +170,7 @@ def build(bld):
obj.vnum = LIBPBD_LIB_VERSION
obj.install_path = bld.env['LIBDIR']
obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
obj.defines += [ 'VERSIONSTRING="' + bld.env['VERSION'] + '"' ]
if sys.platform.startswith('netbsd'):
obj.linkflags = '-lexecinfo'