mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 02:01:46 +02:00
bro: workaround race condition in Makefile
This commit is contained in:
parent
d62b3b82a9
commit
e236964f83
2 changed files with 6 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST bro-1.5-release.tar.gz 4327064 RMD160 5be7df91bfa5ea9f771b44a384488cdbae2b9a77 SHA1 eb6ce362a8ac8fda080d25b756da6d29b019b889 SHA256 9e9a34af14b6466c7253ce1d03bfd3ef586e3f765902d43981212db3de585a48
|
||||
EBUILD bro-1.5.1.ebuild 877 RMD160 1c0baabe406abc4cc2c348fa178a5af401e1c3b1 SHA1 566ffdddeee57b00e20aad57fb7ee845b1115bfe SHA256 0f78434fdafa450a63c237d161b3865904bee96b120c91a267619c21e18ad57d
|
||||
EBUILD bro-1.5.1.ebuild 908 RMD160 5f32334f979b65887268359c344b522da87db797 SHA1 05ac3ec3463ae3cf399b7cc8df2512830372dbc0 SHA256 3ff312bc3a6edeba8ade9b5396827850aa0b5c636a7e14c1d1243a449b80833b
|
||||
|
|
|
|||
|
|
@ -33,6 +33,11 @@ src_configure() {
|
|||
$(use ipv6 && echo --enable-brov6)\
|
||||
$(use_enable perftools)
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake -j1
|
||||
}
|
||||
|
||||
src_install() {
|
||||
DESTDIR="${D}" emake install || die "install failed"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue