mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
net-dialup/atinout: fix calls cc directly
Closes: https://bugs.gentoo.org/798795 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="AT commands as input are sent to modem and responses given as output"
|
||||
HOMEPAGE="http://atinout.sourceforge.net/index.html"
|
||||
SRC_URI="https://netix.dl.sourceforge.net/project/atinout/v0.9.1/${P}.tar.gz"
|
||||
@@ -16,4 +18,6 @@ PATCHES=(
|
||||
"${FILESDIR}"/0002-do-not-rely-on-CR-in-modem-output.patch
|
||||
)
|
||||
|
||||
QA_PREBUILT="/usr/bin/atinout"
|
||||
src_compile() {
|
||||
CC="$(tc-getCC)" emake LDFLAGS="${LDFLAGS}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user