Source package: openssl110r
Description
Special version of openssl for old packages.
Can be installed with system version.
If some packages need to be rebuilded with that version of openssl, then you need to add into makefile, debian/rules this code:
PKG_CONFIG_PATH:=
ifneq ("$(wildcard /opt/openssl110r/usr/include)","")
# backported openssl 1.1.0
CFLAGS += -I/opt/openssl110r/usr/include -L/opt/openssl110r/usr/lib
PKG_CONFIG_PATH:=$(PKG_CONFIG_PATH)/opt/openssl110r/usr/lib/pkgconfig:
endif
Last Updated on 09.04.2022 by