libnfnetlink: quote $(FPIC) on command line
authorPhilip Prindeville <philipp@redfish-solutions.com>
Fri, 19 Mar 2021 23:09:26 +0000 (17:09 -0600)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 12 Apr 2021 18:45:29 +0000 (20:45 +0200)
commit46362c48c8c6e4df9d117a4a42083760bec454d8
treec9ce8743bb9edf54aae1c8e2bcdc11187906649f
parent121f2461e5d46c72ed5599d5ae4e940859228352
libnfnetlink: quote $(FPIC) on command line

When $(FPIC) gets expanded on the command line (for instance
when setting environment variables for libtool, configure, or
make) we can't count on it not needing quoting (i.e. it could
contain multiple flags separated with spaces).

Fixes: dc31191ec3e5 ("build: make sure asm gets built with -DPIC")
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit 7fae64cc065738b73a1dddc2fc28adde36c1ae3d)
package/libs/libnfnetlink/Makefile