summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatti Niemenmaa2015-05-14 16:59:31 +0300
committerMatti Niemenmaa2015-07-14 16:04:51 +0300
commit819d07b59ac794609aafd4cacc2f95b4cd1f2c20 (patch)
treeaa194b98abea278cd3260936f76103366c85f9b2 /PKGBUILD
parentecfa0bee6f153a0194115a149e59c28957ffab16 (diff)
downloadaur-819d07b59ac794609aafd4cacc2f95b4cd1f2c20.tar.gz
Link with -Bsymbolic to reduce symbol leak issues
Plenty of internal symbols are exported, with rather generic names that can (and do) conflict with other libraries. So link with -Bsymbolic, which prevents overriding them with LD_PRELOAD but also prevents such conflicts from causing problems with functions here accidentally calling some other library's functions.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 444b094ad8b0..d708a7aa2bde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ source=(${pkgname}::git+https://bitbucket.org/kode54/lazyusf2.git
makefile.patch
LICENSE.CC0)
sha256sums=('SKIP'
- '3433556bff919955b1dcae7a86fe5de474e4dda88a44a79872057d3ac54828f7'
+ '7a48693ef6e9d41d7f0fa93094603b5decad888454a1fc9bbf6de8fdf88e3995'
'a90051e82202a5dc51162127c6834f8434fb2ece57795317951420fe6a8f4562')
pkgver() {