[arch-commits] Commit in pypy3/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Mon Oct 27 11:47:32 UTC 2014
Date: Monday, October 27, 2014 @ 12:47:31
Author: svenstaro
Revision: 121489
Prepare for shared build
Modified:
pypy3/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-27 11:39:28 UTC (rev 121488)
+++ PKGBUILD 2014-10-27 11:47:31 UTC (rev 121489)
@@ -25,7 +25,7 @@
build() {
cd ${pkgname}-${_pkgver}-src/pypy/goal
- export libdir=/usr/lib
+ #python2 ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
python2 ../../rpython/bin/rpython -Ojit targetpypystandalone
}
@@ -47,6 +47,7 @@
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/pypy3/LICENSE
# Compile binary modules
+ #export LD_LIBRARY_PATH="${pkgdir}"/usr/lib:${LD_LIBRARY_PATH}
for module in _curses syslog dbm sqlite3 _tkinter; do
"${pkgdir}/opt/pypy3/bin/pypy-c" -c "import ${module}"
done
More information about the arch-commits
mailing list