diff options
Diffstat (limited to 'patches/unzip/update_lazy')
-rwxr-xr-x | patches/unzip/update_lazy | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/patches/unzip/update_lazy b/patches/unzip/update_lazy new file mode 100755 index 0000000..de1b04a --- /dev/null +++ b/patches/unzip/update_lazy @@ -0,0 +1,9 @@ +#!/bin/bash + + sed -i \ + -e "s:-O3:\${CFLAGS}:" \ + -e "s:CC=gcc :CC=\"gcc -DRCC_LAZY=1\":" \ + -e "s:LD=gcc :LD=\"gcc \${LDFLAGS} -ldl\" :" \ + -e "s:-O :\${CFLAGS} :" \ + -e "s:LF2 = -s:LF2 = :" \ + unix/Makefile \ |