mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
lastpass-cli: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
cd1297df94
commit
b2dea2436f
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ changelog="https://github.com/lastpass/${pkgname}/blob/v${version}/CHANGELOG.md"
|
||||||
distfiles="https://github.com/lastpass/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/lastpass/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=f38e1ee7e06e660433a575a23b061c2f66ec666d746e988716b2c88de59aed73
|
checksum=f38e1ee7e06e660433a575a23b061c2f66ec666d746e988716b2c88de59aed73
|
||||||
|
|
||||||
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/examples/lpass
|
vmkdir usr/share/examples/lpass
|
||||||
vcopy contrib/examples/* usr/share/examples/lpass
|
vcopy contrib/examples/* usr/share/examples/lpass
|
||||||
|
|
Loading…
Add table
Reference in a new issue