curl: regenerations

This commit is contained in:
fosslinux 2025-02-16 13:48:12 +11:00
parent 02ed0da3d2
commit 4612fbc963
3 changed files with 16 additions and 11 deletions

View file

@ -11,10 +11,10 @@ src_prepare() {
sed '1,/^[0-9, ]*[0-9]$/d' src/tool_cb_prg.c >> src/tool_cb_prg.c.new
mv src/tool_cb_prg.c.new src/tool_cb_prg.c
rm src/tool_listhelp.c src/tool_hugehelp.c
# This one doesn't compile properly
touch docs/libcurl/libcurl-symbols.md docs/libcurl/libcurl-symbols.md
# pregenerated files
rm src/tool_listhelp.c src/tool_hugehelp.c lib/easyoptions.c
rm docs/libcurl/libcurl-symbols.md
rm tests/certs/*.der
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
}
@ -37,8 +37,9 @@ src_compile() {
sed '1,/CURLHELP_VERBOSE/d' src/tool_help.h >> src/tool_help.h.new
mv src/tool_help.h.new src/tool_help.h
# tool_listhelp.c
# tool_listhelp.c and easyoptions.c
make -C src listhelp
make -C lib optiontable
default
}