botan: fix static build
Don't pass crs in AR as it is now done by botan, see:
a9e4eede39
Fixes:
- http://autobuild.buildroot.org/results/5c15fe739cb1b6079dacf234699ee048924b74fb
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7c1f276974
commit
f250324a28
@ -87,7 +87,7 @@ define BOTAN_CONFIGURE_CMDS
|
||||
endef
|
||||
|
||||
define BOTAN_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) AR="$(TARGET_AR) crs"
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) AR="$(TARGET_AR)"
|
||||
endef
|
||||
|
||||
define BOTAN_INSTALL_STAGING_CMDS
|
||||
|
Loading…
Reference in New Issue
Block a user