diff options
Diffstat (limited to 'libraries/ring-daemon/patches/libressl-rules.mak.diff')
-rw-r--r-- | libraries/ring-daemon/patches/libressl-rules.mak.diff | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/ring-daemon/patches/libressl-rules.mak.diff b/libraries/ring-daemon/patches/libressl-rules.mak.diff new file mode 100644 index 0000000000000..e58c921eafa20 --- /dev/null +++ b/libraries/ring-daemon/patches/libressl-rules.mak.diff @@ -0,0 +1,15 @@ +--- ring-daemon-20181026_114c66440/contrib/src/libressl/rules.mak.orig 2018-10-26 17:20:13.000000000 +0200 ++++ ring-daemon-20181026_114c66440/contrib/src/libressl/rules.mak 2018-10-27 22:36:00.608283629 +0200 +@@ -25,9 +25,9 @@ + OPENBSD_URL := https://github.com/libressl-portable/openbsd/archive/$(OPENBSD_VERSION).tar.gz + + # Check if openssl or libressl is already present on the system +-ifeq ($(call need_pkg,"openssl >= 1.0.0" || call need_pkg,"libressl >= 1.0.0"),) +-PKGS_FOUND += libressl +-endif ++#ifeq ($(call need_pkg,"openssl >= 1.0.0" || call need_pkg,"libressl >= 1.0.0"),) ++#PKGS_FOUND += libressl ++#endif + + # Pure dependency of restbed: do not add to PKGS. + |