libtommath: set PREFIX when installing
The default value is /usr/local and causes breakage in libtomcrypt & moarvm Fixes: http://autobuild.buildroot.net/results/a760063f05ae23f79920bc89ffc37e7dcf77aeab/ http://autobuild.buildroot.net/results/78c9bc9a21cfce48615b70d80b25dd4847bd803b/ Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ebe61135c9
commit
fe6afbfa03
@ -17,7 +17,7 @@ define LIBTOMMATH_BUILD_CMDS
|
||||
endef
|
||||
|
||||
define LIBTOMMATH_INSTALL_STAGING_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR="$(STAGING_DIR)" install
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR="$(STAGING_DIR)" PREFIX=/usr install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
Loading…
Reference in New Issue
Block a user