From: Peter Korsgaard Date: Tue, 8 Jul 2008 13:49:23 +0000 (-0000) Subject: openssl: re-revert r22644 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cdf8f1cf2fc51a5e613b345adae5285021796af9;p=buildroot.git openssl: re-revert r22644 The build without CONFIG_UPDATE has now been verified on arm/armeb/avr32, so lets revert this for good. --- diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk index b57c7acf0b..01cddb9027 100644 --- a/package/openssl/openssl.mk +++ b/package/openssl/openssl.mk @@ -40,7 +40,6 @@ ifeq ($(BR2_avr32),) endif $(SED) '/CFLAG=/s,/;, $(shell echo '$(TARGET_CFLAGS)' | sed -e 's/\//\\\\\//g')/;,' \ $(OPENSSL_DIR)/Configure - $(CONFIG_UPDATE) $(OPENSSL_DIR) touch $@ $(OPENSSL_DIR)/Makefile: $(OPENSSL_DIR)/.unpacked