package/lz4: only use PREFIX for host installation
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 29 Feb 2016 22:17:06 +0000 (23:17 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 29 Feb 2016 22:17:06 +0000 (23:17 +0100)
commitc8cca4c192e1890b2f1fbe422d8b63e405b46f67
tree9f04c757e5c591ed02a877be36a1393f238ff320
parent2661c4f1b715d4ea3df41c4c86373f64bf4a5b6b
package/lz4: only use PREFIX for host installation

As noted by Peter Korsgaard, using DESTDIR=$(HOST_DIR) and PREFIX=/usr
for the host installation is useless and actually incorrect (the
pkg-config file contains incorrect paths). Instead, using
PREFIX=$(HOST_DIR)/usr is simpler, and actually correct.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/lz4/lz4.mk