mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Hi, I found that gcc in cvs (HEAD in 2005/02/11) reject the gzip source in the busybox. This is caused by changing gcc's error handling behavior( The gcc check the function prototype more strictly). I show the compilation log as follow: -- compilation log -- compilation log To fix the problem, apply the patch which is attached with this mail. Please take a look the patch and apply the patch into svn repository. |
||
|---|---|---|
| .. | ||
| libunarchive | ||
| ar.c | ||
| bunzip2.c | ||
| Config.in | ||
| cpio.c | ||
| dpkg.c | ||
| dpkg_deb.c | ||
| gunzip.c | ||
| gzip.c | ||
| Makefile | ||
| Makefile.in | ||
| rpm.c | ||
| rpm2cpio.c | ||
| tar.c | ||
| uncompress.c | ||
| unzip.c | ||