libubox: add host build
[openwrt/staging/lynxis.git] / package / system / opkg / patches / 070-use_external_gzip.patch
index b3e70e4d0763831d02f386cc28c703d28a570c23..95873591de85fa1f911b6174cff6e8716843245e 100644 (file)
 +                      close(rpipe[0]);
 +                      close(rpipe[1]);
 +
-+                      execlp("gzip", "gzip", "-d", filename ? filename : "-c", NULL);
++                      execlp("gzip", "gzip", "-d",  "-c", filename, NULL);
 +                      exit(-1);
 +
 +              default: