search for: 9bbf0a4

Displaying 2 results from an estimated 2 matches for "9bbf0a4".

Did you mean: 2bbf06a4
2013 Dec 03
0
[PATCH] gzip: Fix typo CONFIG_KLIB_ZIP -> CONFIG_KLIBC_ZIP
...fconfig b/defconfig index c10a4f5..04b98e9 100644 --- a/defconfig +++ b/defconfig @@ -1,6 +1,7 @@ CONFIG_KLIBC=y CONFIG_KLIBC_ERRLIST=y CONFIG_KLIBC_ZLIB=y +# CONFIG_KLIBC_ZIP is not set # i386 option CONFIG_REGPARM=y # ARM options diff --git a/usr/gzip/Kbuild b/usr/gzip/Kbuild index 64fae04..9bbf0a4 100644 --- a/usr/gzip/Kbuild +++ b/usr/gzip/Kbuild @@ -10,8 +10,8 @@ gzip-y := gzip.o util.o unzip.o inflate.o always := gunzip zcat # Optional ZIP support -gzip-$(CONFIG_KLIB_ZIP) += zip.o deflate.o trees.o bits.o -cflags-$(CONFIG_KLIB_ZIP) += -DSUPPORT_ZIP +gzip-$(CONFIG_KLIBC_ZIP) += z...
2013 Dec 03
0
[klibc:master] gzip: Fix typo CONFIG_KLIB_ZIP -> CONFIG_KLIBC_ZIP
...fconfig b/defconfig index c10a4f5..04b98e9 100644 --- a/defconfig +++ b/defconfig @@ -1,6 +1,7 @@ CONFIG_KLIBC=y CONFIG_KLIBC_ERRLIST=y CONFIG_KLIBC_ZLIB=y +# CONFIG_KLIBC_ZIP is not set # i386 option CONFIG_REGPARM=y # ARM options diff --git a/usr/gzip/Kbuild b/usr/gzip/Kbuild index 64fae04..9bbf0a4 100644 --- a/usr/gzip/Kbuild +++ b/usr/gzip/Kbuild @@ -10,8 +10,8 @@ gzip-y := gzip.o util.o unzip.o inflate.o always := gunzip zcat # Optional ZIP support -gzip-$(CONFIG_KLIB_ZIP) += zip.o deflate.o trees.o bits.o -cflags-$(CONFIG_KLIB_ZIP) += -DSUPPORT_ZIP +gzip-$(CONFIG_KLIBC_ZIP) += z...