From e8575ac847f70ada24ba2e1c8c272b8cf421ecb3 Mon Sep 17 00:00:00 2001 From: Freemor Date: Sat, 2 Feb 2019 23:15:50 -0400 Subject: A couple of non functional changet the [libre-testing/sdcc] PKGBUILD --- libre-testing/sdcc/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libre-testing/sdcc/PKGBUILD') diff --git a/libre-testing/sdcc/PKGBUILD b/libre-testing/sdcc/PKGBUILD index 296e34454..f70e94308 100644 --- a/libre-testing/sdcc/PKGBUILD +++ b/libre-testing/sdcc/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Freemor # Maintainer (ARCH): Kyle Keen -# Contributor: Sergej Pupykin -# Contributor: Jose Negron +# Contributor (ARCH): Sergej Pupykin +# Contributor (ARCH): Jose Negron # Rationale for Libre: # Remove non-free PIC Headers etc. @@ -30,6 +30,8 @@ prepare() { sed -i 's|CC -E|CC -O2 -E|g' support/sdbinutils/libiberty/configure } +# Add --disable-pic14-port and --disable-pic16-port to prevent the non-free PIC stuff from building. + build() { cd "$srcdir/$pkgname-$pkgver" ./configure \ -- cgit v1.2.3