82d7e34640
* large-file support (i.e., > 2GB) * support for more than 65536 files per archive * multi-part archive support * bzip2 compression support * Unicode (UTF-8) filename and (partial) comment support * difference mode (for incremental backups) * filesystem-synch mode * cross-archive copy mode * extended progress info and logging * improved archive-fixing support * improved streaming and piping * improved command-line parser * improved Unix FIFO support * Unix 32-bit UIDs/GIDs (requires UnZip 6.0 to restore) OBS-URL: https://build.opensuse.org/package/show/Archiving/zip?expand=0&rev=9
12 lines
279 B
Diff
12 lines
279 B
Diff
--- unix/Makefile
|
|
+++ unix/Makefile
|
|
@@ -202,7 +202,7 @@
|
|
eval $(MAKE) $(MAKEF) zips `cat flags`
|
|
|
|
generic_gcc:
|
|
- $(MAKE) $(MAKEF) generic CC=gcc CPP="gcc -E"
|
|
+ $(MAKE) $(MAKEF) generic CPP="gcc -E"
|
|
|
|
# AT&T 6300 PLUS (don't know yet how to allocate 64K bytes):
|
|
att6300nodir:
|