summaryrefslogtreecommitdiffstats
path: root/chat-libs/libstrophe/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'chat-libs/libstrophe/PRE_BUILD')
-rwxr-xr-xchat-libs/libstrophe/PRE_BUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/chat-libs/libstrophe/PRE_BUILD b/chat-libs/libstrophe/PRE_BUILD
index 6d548c9d1c..8671ce9077 100755
--- a/chat-libs/libstrophe/PRE_BUILD
+++ b/chat-libs/libstrophe/PRE_BUILD
@@ -1,3 +1,8 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-./bootstrap.sh
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+patch -p0 < "${SPELL_DIRECTORY}/libressl.patch" &&
+
+if [ ${LIBSTROPHE_BRANCH} = "scm" ]; then
+ ./bootstrap.sh
+fi