package/Makefile.in: remove $(HOST_DIR)/usr part from HOST_LDFLAGS
authorArnout Vandecappelle <arnout@mind.be>
Tue, 4 Jul 2017 14:03:56 +0000 (16:03 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 5 Jul 2017 09:46:26 +0000 (11:46 +0200)
commitac4f527d7353fc4f362f029b92d7c90c31be0966
tree99fd685ff3ec9ab96719af35a8654436be0ba891
parent4c8872d8e71a99a1eee448d57d25403dbab9dafc
package/Makefile.in: remove $(HOST_DIR)/usr part from HOST_LDFLAGS

Now $(HOST_DIR)/lib and $(HOST_DIR)/usr/lib are the same directory, it
doesn't make sense to pass both to LDFLAGS.

Also use $(HOST_DIR)/lib instead of $(HOST_DIR)/usr/lib for the RPATH.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Makefile.in