package/libshout: add patches to fix static linking
This series includes two patches to fix static linking with libshout.
The first patch fixes two typos resulting in an uninterpretable library
propagation and is mainly needed for the follow-up patch.
The second patch makes sure that `@SHOUT_REQUIRES@` and therefore
`Requires.private` includes ssl as `Requires.private` defines a list of private
packages required by this package but not exposed to applications.
Note that autoreconf is enabled as the first patch touches configure.ac.
Fixes:
http://autobuild.buildroot.net/results/b82/
b82408fccbf816575125dcc1a1de7260f66f62e8/
http://autobuild.buildroot.net/results/360/
3605750023267e4cd35d98451bd283f9e70a6106/
http://autobuild.buildroot.net/results/03b/
03b98b313dd6ed2909607cdc0c4f6fb87be3ccfe/
http://autobuild.buildroot.net/results/70b/
70ba47e04d1fc0d2379bf1ac7aab4c52d6193001/
[Peter: fix libssl .pc reference, fix typo]
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>