Revert "picocom: fix non-musl (close #2741)"
This reverts commit 89bcee4951
.
This commit is contained in:
parent
24b20930c7
commit
d1b25f77d7
2 changed files with 1 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'picocom'
|
# Template file for 'picocom'
|
||||||
pkgname=picocom
|
pkgname=picocom
|
||||||
version=2.0
|
version=2.0
|
||||||
revision=2
|
revision=1
|
||||||
short_desc="Minimal dumb-terminal emulation program like minicom"
|
short_desc="Minimal dumb-terminal emulation program like minicom"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -9,12 +9,6 @@ homepage="https://github.com/npat-efault/picocom"
|
||||||
distfiles="https://github.com/npat-efault/picocom/archive/${version}.tar.gz"
|
distfiles="https://github.com/npat-efault/picocom/archive/${version}.tar.gz"
|
||||||
checksum=e0f7095c118f43c1c09787a16ef5c7d4c4ad4457dd3b1281efcc4cdb8906af9a
|
checksum=e0f7095c118f43c1c09787a16ef5c7d4c4ad4457dd3b1281efcc4cdb8906af9a
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
*-musl)
|
|
||||||
patch -p0 < ${FILESDIR}/fix-musl.patch
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue