mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
Merge pull request #1282 from sirzerator/fix-nanopb-ebuild
dev-libs/nanopb: Fix ebuild archive path and manifest
This commit is contained in:
commit
c50e19d679
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
DIST nanopb-0.4.6.tar.gz 1136511 BLAKE2B 142fdda099f7fd31e07ee500dbf06a63ab3d1019b1286235936b091461a0ef1920d08589b57a668d9b107944374fbba12f1352b498149f113e53264942f888cf SHA512 ba41eff02b8082f9ab6dc0b462130ca26f86685281ff7e1cb4b72be3d107f6e165921a3250358519800dc4323706700186bfe10c964418d61e20431ef2b8d9b7
|
||||
DIST nanopb-0.4.6.tar.gz 1136559 BLAKE2B e6e7af38d17f3c99435c55dd9d96ca58965cdef94efdbfe9dc12b73f11b8ba6b201cb504a4e3184beb0934aca3135e9a37eb0d723ba731cd62c54d327e942dfe SHA512 9a46f2b67fff14ce1277ebf98a5b54362c2b069c743ccacdb025dfb89cfd4da1d01e11e27f925406764772afb5ed36cd8b186a91a205e04428e9e35245b54308
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ DEPEND="
|
|||
${RDEPEND}
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
S="${WORKDIR}/${PN}-${PV}"
|
||||
|
||||
src_configure() {
|
||||
use pb-malloc && append-cppflags "-DPB_ENABLE_MALLOC"
|
||||
|
|
|
|||
Loading…
Reference in a new issue