summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Gozdek2020-04-06 13:17:14 +0200
committerMateusz Gozdek2020-04-06 13:20:53 +0200
commit2c73da756edd06a87f64e1dd9fe9184257d16057 (patch)
treef23d415686b18448cc526f4d13ae0c0ef91cc5ed
parent246c8caf4cfe4652907d653dee9bd51841e2c1a7 (diff)
downloadaur-2c73da756edd06a87f64e1dd9fe9184257d16057.tar.gz
Add --with-versioned-syms
As requested by users. Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fc6aeac10f6..dd5c514a04f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,6 +32,7 @@ build() {
--disable-pc-files \
--with-cxx-binding \
--with-cxx-shared \
+ --with-versioned-syms \
--with-abi-version=5
make
}