mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
tcsh: fix cross-build.
This commit is contained in:
parent
17ea57a656
commit
a1bc23e78a
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ checksum=12e271e0b89e4259d9d6e8d525322e77340e7244cfbd199a591e5f8146285c49
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/define BSDWAIT/d' sh.proc.c
|
sed -i '/define BSDWAIT/d' sh.proc.c
|
||||||
}
|
}
|
||||||
|
pre_build() {
|
||||||
|
make CC_FOR_GETHOST="${BUILD_CC}" CFLAGS="${BUILD_CFLAGS}" gethost
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf ${FILESDIR}/csh.login
|
vconf ${FILESDIR}/csh.login
|
||||||
vconf ${FILESDIR}/csh.cshrc
|
vconf ${FILESDIR}/csh.cshrc
|
||||||
|
|
Loading…
Add table
Reference in a new issue