summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorIsmael Luceno2021-01-17 00:41:19 +0100
committerIsmael Luceno2021-01-17 00:58:46 +0100
commit89357ec82d843dd601b62f93c9c951303d89ec01 (patch)
tree46a28c92770b5c75269b218cc6301c125695c4fe /editors
parent27c1c137329fb9f2b0ed07764f420468c8fe957f (diff)
gtkspell: Disable building static library
Diffstat (limited to 'editors')
-rwxr-xr-xeditors/gtkspell/BUILD2
-rw-r--r--editors/gtkspell/HISTORY1
2 files changed, 3 insertions, 0 deletions
diff --git a/editors/gtkspell/BUILD b/editors/gtkspell/BUILD
new file mode 100755
index 0000000000..448e746a60
--- /dev/null
+++ b/editors/gtkspell/BUILD
@@ -0,0 +1,2 @@
+OPTS+=' --disable-static' &&
+default_build
diff --git a/editors/gtkspell/HISTORY b/editors/gtkspell/HISTORY
index b9727988da..a3b593f74d 100644
--- a/editors/gtkspell/HISTORY
+++ b/editors/gtkspell/HISTORY
@@ -1,5 +1,6 @@
2021-01-16 Ismael Luceno <ismael@sourcemage.org>
* PRE_BUILD: disabled installation of libtool pseudo-libraries
+ * BUILD: disabled building static library
2021-01-15 Ismael Luceno <ismael@sourcemage.org>
* PRE_BUILD: Fixed build against musl