parted: fix build with readline>=6.3 (v2).
This commit is contained in:
parent
3b275534a4
commit
bed68ba418
|
@ -15,7 +15,7 @@ checksum=5e9cc1f91eaf016e5033d85b9b893fd6d3ffaca532a48de1082df9b94225ca15
|
|||
|
||||
pre_build() {
|
||||
# Fix for readline>=6.3
|
||||
sed -e 's,(CPPFunction \*),,' -i parted/ui.c
|
||||
sed -e 's,(CPPFunction\*),,g' -i parted/ui.c
|
||||
}
|
||||
|
||||
libparted_package() {
|
||||
|
|
Loading…
Reference in New Issue