pass CGLAGS to make, as in -git package, as bootterm author suggested me
This commit is contained in:
parent
570e81849d
commit
b52fbde491
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = bootterm
|
pkgbase = bootterm
|
||||||
pkgdesc = Simple, reliable and powerful terminal designed to ease connection to ephemeral serial ports
|
pkgdesc = Simple, reliable and powerful terminal designed to ease connection to ephemeral serial ports
|
||||||
pkgver = 0.2
|
pkgver = 0.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/wtarreau/bootterm/
|
url = https://github.com/wtarreau/bootterm/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = armv7h
|
arch = armv7h
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=bootterm
|
pkgname=bootterm
|
||||||
pkgver=0.2
|
pkgver=0.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Simple, reliable and powerful terminal designed to ease connection to ephemeral serial ports"
|
pkgdesc="Simple, reliable and powerful terminal designed to ease connection to ephemeral serial ports"
|
||||||
arch=('x86_64' 'armv7h' 'armv8')
|
arch=('x86_64' 'armv7h' 'armv8')
|
||||||
url="https://github.com/wtarreau/bootterm/"
|
url="https://github.com/wtarreau/bootterm/"
|
||||||
@ -12,7 +12,7 @@ sha256sums=('5beef823c9655f09555bfe4a9ea64e81f51f10582f64655a0fe939a1542e53d3')
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
make
|
make V=1 CFLAGS="$CFLAGS $CPPFLAGS" LDFLAGS="$LDFLAGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user