cwen 24a5f1e94e innoextract: unbreak on powerpc
The -Wl,--as-needed linker flag causes the std::unique_ptr configure
test to fail due to undefined reference errors. A fallback exists, using
std::auto_ptr, but it has been removed from the C++17 standard, used by
upstream.
Remove the use of -Wl,--as-needed on powerpc, so we use the same code on
all archs, instead of reenabling std::auto_ptr by force.

OK thfr@ (maintainer)
2020-12-15 19:38:22 +00:00
..
2020-11-11 12:43:58 +00:00
2020-03-23 19:17:38 +00:00
2020-02-09 13:28:00 +00:00
2020-02-09 15:31:02 +00:00
2020-01-07 21:17:26 +00:00
2019-09-30 11:48:41 +00:00
2020-03-23 13:15:22 +00:00
2020-12-03 16:51:56 +00:00
2020-11-16 15:52:37 +00:00
2020-02-03 20:40:37 +00:00
2020-11-22 10:19:33 +00:00
2020-01-25 22:57:56 +00:00
2019-09-26 06:41:33 +00:00
2020-03-30 20:43:50 +00:00
2020-07-11 18:39:42 +00:00
2020-09-03 17:11:10 +00:00