projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8906938
)
net-libs/libpsl: Fix typo causing build failures
author
Alexis Ballier
<aballier@gentoo.org>
Tue, 19 Mar 2019 12:20:42 +0000
(13:20 +0100)
committer
Alexis Ballier
<aballier@gentoo.org>
Tue, 19 Mar 2019 12:20:42 +0000
(13:20 +0100)
didable-ubsan -> disable-ubsan
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
net-libs/libpsl/libpsl-0.20.2.ebuild
patch
|
blob
|
history
diff --git
a/net-libs/libpsl/libpsl-0.20.2.ebuild
b/net-libs/libpsl/libpsl-0.20.2.ebuild
index 58adc0c6791671013ff774de89eae627ed204c2d..6eed8f0695e3011db06b630315c520d7e3146b18 100644
(file)
--- a/
net-libs/libpsl/libpsl-0.20.2.ebuild
+++ b/
net-libs/libpsl/libpsl-0.20.2.ebuild
@@
-38,7
+38,7
@@
multilib_src_configure() {
local myeconfargs=(
--disable-asan
--disable-cfi
- --di
d
able-ubsan
+ --di
s
able-ubsan
$(use_enable man)
)