tools/xz: Compile with PIC to fix linking errors
authorRosen Penev <rosenp@gmail.com>
Wed, 27 Mar 2019 07:50:16 +0000 (00:50 -0700)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 6 Apr 2019 17:14:06 +0000 (19:14 +0200)
commit46dc4e206d24a88bba103e28632b28ec9d9ec751
tree5d956bd7b897d85df23ea7cbd0ceb788538ece6a
parent0eef05fb362469cb4adcf051d11b325adc8c2381
tools/xz: Compile with PIC to fix linking errors

I made a similar change to this here:
https://github.com/openwrt/packages/pull/8159

However, it turns out this did not fix the problem as the problem has to
do with tools/xz and not the xz package. The error is the same and causes
linking errors as can be seen above.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
tools/xz/Makefile