libunique1: fix build.
This commit is contained in:
parent
0100497a49
commit
6c43dadc28
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ pre_configure() {
|
||||||
for f in $(find ${wrksrc} -name *.[ch]); do
|
for f in $(find ${wrksrc} -name *.[ch]); do
|
||||||
sed -i -s "s|G_CONST_RETURN|const|g" "$f"
|
sed -i -s "s|G_CONST_RETURN|const|g" "$f"
|
||||||
done
|
done
|
||||||
|
sed -e "s,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g" -i configure.ac
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue