summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2017-10-10 16:47:20 +0800
committerJingbei Li2017-10-10 16:47:20 +0800
commit7ab0a8356e4dbf93dd831f27f1daed86f4e1c789 (patch)
treeed7fe1baaff86dc7b6d7de8ef6ab93b74d695a14
parentf039fc087f9f2d0e4c80d05c3440e04c2fd8f1db (diff)
downloadaur-7ab0a8356e4dbf93dd831f27f1daed86f4e1c789.tar.gz
strip -fno-plt
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1a4ab3dd4af..3ae1e85e3f49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Nov 1 13:25:57 UTC 2016
+# Tue Oct 10 08:47:11 UTC 2017
pkgbase = torch7-warp-ctc
pkgdesc = A fast parallel implementation of CTC, on both CPU and GPU.
pkgver = r56.5bfb46e
diff --git a/PKGBUILD b/PKGBUILD
index 62654c077434..f33ad78d2877 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,7 @@ pkgver () {
}
build () {
+ CFLAGS="${CFLAGS/-fno-plt/}"
cd "${pkgname}"
sed 's/luajit/luajit-5.1/g' -i CMakeLists.txt
# Uncomment this line if you are using a Pascal GPU