mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
the_silver_searcher: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
efb455822c
commit
0e82b5d57c
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ homepage="https://geoff.greer.fm/ag/"
|
||||||
distfiles="https://geoff.greer.fm/ag/releases/${pkgname}-${version}.tar.gz"
|
distfiles="https://geoff.greer.fm/ag/releases/${pkgname}-${version}.tar.gz"
|
||||||
checksum=d9621a878542f3733b5c6e71c849b9d1a830ed77cb1a1f6c2ea441d4b0643170
|
checksum=d9621a878542f3733b5c6e71c849b9d1a830ed77cb1a1f6c2ea441d4b0643170
|
||||||
|
|
||||||
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/usr/share/the_silver_searcher/completions/ag.bashcomp.sh
|
rm ${DESTDIR}/usr/share/the_silver_searcher/completions/ag.bashcomp.sh
|
||||||
vinstall ag.bashcomp.sh 644 usr/share/bash-completion/completions ag
|
vinstall ag.bashcomp.sh 644 usr/share/bash-completion/completions ag
|
||||||
|
|
Loading…
Add table
Reference in a new issue