package/jitterentropy-library: fix build failure due to missing -fPIC
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>
This commit is contained in:
parent
38ca1d4e12
commit
41f06fa0bb
@ -23,7 +23,7 @@ endif
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user