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:
Fabrice Fontaine 2018-09-16 11:49:55 +02:00 committed by Thomas Petazzoni
parent 7c1f276974
commit f250324a28

View file

@ -87,7 +87,7 @@ define BOTAN_CONFIGURE_CMDS
endef endef
define BOTAN_BUILD_CMDS define BOTAN_BUILD_CMDS
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) AR="$(TARGET_AR) crs" $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) AR="$(TARGET_AR)"
endef endef
define BOTAN_INSTALL_STAGING_CMDS define BOTAN_INSTALL_STAGING_CMDS