diff options
| author | Ulf Samuelsson | 2008-07-08 12:13:04 +0200 |
|---|---|---|
| committer | Ulf Samuelsson | 2008-07-08 12:13:04 +0200 |
| commit | 98ddefdad859cd920f35d13d98cb588d28146680 (patch) | |
| tree | defb74971097222509365517e76ec1a5a418bedc /package/openssl | |
| parent | Support ARCH-unknown-linux-gnu, Use target library paths instead of the host ... (diff) | |
| download | buildroot-98ddefdad859cd920f35d13d98cb588d28146680.tar.gz buildroot-98ddefdad859cd920f35d13d98cb588d28146680.tar.xz buildroot-98ddefdad859cd920f35d13d98cb588d28146680.zip | |
Revert patch which breaks AVR32 build
Diffstat (limited to 'package/openssl')
| -rw-r--r-- | package/openssl/openssl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk index 01cddb902..b57c7acf0 100644 --- a/package/openssl/openssl.mk +++ b/package/openssl/openssl.mk @@ -40,6 +40,7 @@ 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 |
