Files
packages/sound
Philip Prindeville 0d5c6769f1 treewide: fix places where $(FPIC) is unquoted
Fixes part of issue #14921.

When $(FPIC) gets added to TARGET_CFLAGS (for instance), we can
count on $(TARGET_CFLAGS) in turn being quoted when it gets
expanded.  But there are a few places where $(FPIC) gets
expanded directly into environment variables passed on the
command line, such as when setting lt_cv_* variables as in this
case.

It's wrong to assume that the expansion of $(FPIC) won't require
quoting (such as it containing spaces) if it has multiple compiler
flags.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2021-03-19 16:38:43 -06:00
..
2020-11-24 22:31:51 -08:00
2021-03-05 15:07:46 -08:00
2021-02-21 09:47:13 -10:00
2020-09-04 19:38:40 +02:00
2020-10-28 11:56:50 +01:00
2020-04-29 17:17:34 -07:00
2020-02-20 17:21:50 -08:00
2021-03-05 22:08:59 -08:00
2018-11-12 18:42:35 +01:00
2019-10-31 15:54:36 +08:00
2020-06-28 15:05:58 -07:00
2018-07-15 19:59:31 -07:00
2018-11-19 10:42:20 -05:00
2021-03-14 17:18:24 -07:00