[arch-commits] Commit in tcc/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Jul 15 07:50:58 UTC 2017
Date: Saturday, July 15, 2017 @ 07:50:57
Author: arojas
Revision: 245174
PIE rebuild
Modified:
tcc/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-15 07:30:04 UTC (rev 245173)
+++ PKGBUILD 2017-07-15 07:50:57 UTC (rev 245174)
@@ -7,7 +7,7 @@
pkgname=tcc
pkgver=0.9.26
-pkgrel=4
+pkgrel=5
_commit=5420bb8a67f5f782ac49c90afb7da178a60c448a
pkgdesc="Tiny C Compiler"
arch=('i686' 'x86_64')
@@ -37,6 +37,6 @@
make clean
make CFLAGS="-fPIC"
- ld -shared -soname libtcc.so -o libtcc.so *.o
+ gcc -shared -o libtcc.so *.o
install -D -m 755 libtcc.so "${pkgdir}/usr/lib/libtcc.so"
}
More information about the arch-commits
mailing list