diff options
-rw-r--r-- | community/picocom/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/picocom/APKBUILD b/community/picocom/APKBUILD index 374d3615f0..2e4626bf46 100644 --- a/community/picocom/APKBUILD +++ b/community/picocom/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=picocom -pkgver=3.0 +pkgver=3.1 pkgrel=0 pkgdesc="Minimal dumb-terminal emulation program" url="https://github.com/npat-efault/picocom" arch="all" license="GPL-2.0" depends="" -makedepends="" +makedepends="linux-headers" install="" options="!check" # upstream doesn't have a test suite. subpackages="$pkgname-doc" @@ -16,7 +16,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/npat-efault/${pkgname}/archi builddir="$srcdir"/$pkgname-$pkgver build() { - make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \ + make CFLAGS="$CFLAGS -DNO_CUSTOM_BAUD" LDFLAGS="$LDFLAGS" \ -C "$builddir" } @@ -33,4 +33,4 @@ package() { done } -sha512sums="3c22a7638be63cffcc3191479bd442a142e9b3d85815a000fa7ad7e04a4314f07331931d8f240f226ddb02dd15c79cd4fda98fc907629ad34820d481eb690bf0 picocom-3.0.tar.gz" +sha512sums="ff1888494ae0e24a151e19ac3abcdbb499e42eb1abcea401a7c6c3b532be3d64ddd81a511641d1ce0119dc5da3d2804ce8eaff262a9d578bfe8e22fdf6e55ad1 picocom-3.1.tar.gz" |