asterisk-chan-sccp: autoconf fixes 805/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 18 Mar 2023 16:42:35 +0000 (17:42 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 18 Mar 2023 16:52:05 +0000 (17:52 +0100)
commit3b0a9ac8c85c14da1b8cba91bb3773f497633cf1
tree99fad3d53013b21bf533ee46c0ddfaa58415cade
parentf79f6246bca84fb012cfef8dc8c29e4bf7954cda
asterisk-chan-sccp: autoconf fixes

Since OpenWrt updated autoconf to 2.71 configure fails, because
"$ac_dir" is now empty when configure attempts to run
"./tools/versioncheck". With previous autoconf "$ac_dir" contained
"autoconf" at this point in the script.

As a workaround "$ac_dir" is replaced with "$ac_aux_dir", which
incidentally contains "autoconf".

Also a build dependency is added for gettext-full, as it provides
iconv.m4. Previously this was provided by libiconv, but not anymore.
Without iconv.m4 autoreconf fails.

Some patches were refreshed to allow CI to pass.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/asterisk-chan-sccp/Makefile
net/asterisk-chan-sccp/patches/01-prevent-extra-optimization.patch
net/asterisk-chan-sccp/patches/02-autoconf-2.70.patch [new file with mode: 0644]
net/asterisk-chan-sccp/patches/100-reproducible-builds.patch