summaryrefslogtreecommitdiffstats
path: root/gnome3-libs
diff options
context:
space:
mode:
authorIsmael Luceno2020-04-20 18:52:22 +0200
committerIsmael Luceno2020-04-20 18:52:22 +0200
commitb0bcc532395e5cad02370b55e4cff14c86f32af6 (patch)
treeb0c7b5960a3a67d921f8ff3cb01b9616b996882f /gnome3-libs
parentdb26fe689f5c7ea585c2c251bfc38283717ba394 (diff)
libgda5: Remove broken libressl check
Diffstat (limited to 'gnome3-libs')
-rw-r--r--gnome3-libs/libgda5/HISTORY3
-rwxr-xr-xgnome3-libs/libgda5/PRE_BUILD5
2 files changed, 8 insertions, 0 deletions
diff --git a/gnome3-libs/libgda5/HISTORY b/gnome3-libs/libgda5/HISTORY
index 0a48e39580..4cea19ec76 100644
--- a/gnome3-libs/libgda5/HISTORY
+++ b/gnome3-libs/libgda5/HISTORY
@@ -1,3 +1,6 @@
+2020-04-20 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: removed broken libressl check
+
2019-05-18 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/
diff --git a/gnome3-libs/libgda5/PRE_BUILD b/gnome3-libs/libgda5/PRE_BUILD
new file mode 100755
index 0000000000..e5b26c32ae
--- /dev/null
+++ b/gnome3-libs/libgda5/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# XXX The libressl check is wrong, so remove it
+sedit '/^#if /s/ *|| *defined(LIBRESSL_VERSION_NUMBER)$//' \
+ providers/sqlcipher/sqlite3.c