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
|
||||
sed -i -s "s|G_CONST_RETURN|const|g" "$f"
|
||||
done
|
||||
sed -e "s,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g" -i configure.ac
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue