- hit awk on steroids with a clue bait
This commit is contained in:
parent
2534b2ee79
commit
09d260414b
@ -32,9 +32,10 @@ $(OPENSSL_DIR)/.unpacked: $(DL_DIR)/$(OPENSSL_SOURCE)
|
||||
$(OPENSSL_CAT) $(DL_DIR)/$(OPENSSL_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
toolchain/patch-kernel.sh $(OPENSSL_DIR) package/openssl/ openssl\*.patch
|
||||
# sigh... we have to resort to this just to set a gcc flag.
|
||||
# grumble.. and of course make sure to escape any '/' in CFLAGS
|
||||
$(SED) 's,/CFLAG=,/CFLAG= $(TARGET_SOFT_FLOAT) ,g' \
|
||||
$(OPENSSL_DIR)/Configure
|
||||
$(SED) '/CFLAG=/s,/;, $(TARGET_CFLAGS)/;,' \
|
||||
$(SED) '/CFLAG=/s,/;, $(shell echo '$(TARGET_CFLAGS)' | sed -e 's/\//\\\\\//g')/;,' \
|
||||
$(OPENSSL_DIR)/Configure
|
||||
touch $(OPENSSL_DIR)/.unpacked
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user