diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/ncompress/config.h | 4 | ||||
| -rw-r--r-- | pkg/ncompress/gen.lua | 6 | ||||
| m--------- | pkg/ncompress/src | 0 | ||||
| -rw-r--r-- | pkg/ncompress/ver | 2 |
4 files changed, 5 insertions, 7 deletions
diff --git a/pkg/ncompress/config.h b/pkg/ncompress/config.h deleted file mode 100644 index 3f055e58..00000000 --- a/pkg/ncompress/config.h +++ /dev/null @@ -1,4 +0,0 @@ -#define DIRENT -#define LSTAT -#define USERMEM 800000 -#define UTIME_H diff --git a/pkg/ncompress/gen.lua b/pkg/ncompress/gen.lua index b4ee6380..9c47ec32 100644 --- a/pkg/ncompress/gen.lua +++ b/pkg/ncompress/gen.lua @@ -1,10 +1,12 @@ cflags{ '-std=c99', '-Wall', '-Wpedantic', '-D _POSIX_C_SOURCE=200809L', - '-include $dir/config.h', + '-D UTIME_H', + '-D LSTAT', + '-D USERMEM=800000', } -exe('lzw', {'compress42.c'}) +exe('lzw', {'compress.c'}) file('bin/lzw', '755', '$outdir/lzw') fetch 'git' diff --git a/pkg/ncompress/src b/pkg/ncompress/src -Subproject 0884f323a5afc99658cf47584acfcf695717cac +Subproject e77a84ca5a69f01ccfe149e48d10ac563e6c375 diff --git a/pkg/ncompress/ver b/pkg/ncompress/ver index 0c2a8cb8..89aa16a6 100644 --- a/pkg/ncompress/ver +++ b/pkg/ncompress/ver @@ -1 +1 @@ -4.2.4.6 r0 +5.0 r0 |
