$OpenBSD: patch-meson_options_txt,v 1.1 2019/11/10 16:47:31 cwen Exp $

Allow building on ld.bfd archs, from upstream:
https://gitlab.gnome.org/GNOME/vte/commit/347f7dd9b1c11244156bfb593866306c735cb06a

Index: meson_options.txt
--- meson_options.txt.orig
+++ meson_options.txt
@@ -13,6 +13,15 @@
 # You should have received a copy of the GNU Lesser General Public License
 # along with this library.  If not, see <https://www.gnu.org/licenses/>.
 
+# This option allows you to disable -Bsymbolic-functions if your linker
+# doesn't support it.
+option(
+  '_b_symbolic_functions',
+  type: 'boolean',
+  value: true,
+  description: 'Use -Bsymbolic-functions',
+)
+
 option(
   'debugg', # for some reason, 'debug' is "reserved"
   type: 'boolean',
