From 3aa42e49cd1e120c0f3daa22fecbfb333800b5c2 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich <kevin@archlinuxarm.org> Date: Sun, 29 Jul 2012 19:22:57 +0000 Subject: [PATCH] extra/texlive-bin: armv6h bits --- extra/texlive-bin/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/texlive-bin/PKGBUILD b/extra/texlive-bin/PKGBUILD index 7747fcb52..9f95d52e9 100644 --- a/extra/texlive-bin/PKGBUILD +++ b/extra/texlive-bin/PKGBUILD @@ -51,7 +51,7 @@ md5sums=('220a4f4cc0d915bf8fcbcb553dcee1ae' '5190f3295eb9a604c5f17f5bd607299b') build() { - if [ "${CARCH}" = "armv7h" ]; then + if [ "${CARCH} = "armv6h" -o "${CARCH}" = "armv7h" ]; then export CFLAGS="${CFLAGS} -fPIC" export CXXFLAGS="${CXXFLAGS} -fPIC" fi