From b52fbde49154e88b9cb97df737bb887363ed9bdc Mon Sep 17 00:00:00 2001 From: Popolon Date: Tue, 22 Dec 2020 13:10:13 +0100 Subject: [PATCH] pass CGLAGS to make, as in -git package, as bootterm author suggested me --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 214541a..7a35686 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = bootterm pkgdesc = Simple, reliable and powerful terminal designed to ease connection to ephemeral serial ports pkgver = 0.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/wtarreau/bootterm/ arch = x86_64 arch = armv7h diff --git a/PKGBUILD b/PKGBUILD index 2db7aab..2174a51 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=bootterm pkgver=0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Simple, reliable and powerful terminal designed to ease connection to ephemeral serial ports" arch=('x86_64' 'armv7h' 'armv8') url="https://github.com/wtarreau/bootterm/" @@ -12,7 +12,7 @@ sha256sums=('5beef823c9655f09555bfe4a9ea64e81f51f10582f64655a0fe939a1542e53d3') build() { cd $pkgname-$pkgver - make + make V=1 CFLAGS="$CFLAGS $CPPFLAGS" LDFLAGS="$LDFLAGS" } package() {