jitterentropy-library needs -fPIC flag to build so add it when building.
Fixes:
http://autobuild.buildroot.net/results/505/
5059207ec9ab0b502717626cc84956dafd0c3c32/
[Original: http://patchwork.ozlabs.org/patch/
1182068/]
Cc: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
define JITTERENTROPY_LIBRARY_BUILD_CMDS
- $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS) \
+ $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
$(JITTERENTROPY_LIBRARY_BUILD_TARGETS)
endef