diff options
| author | Michael Forney <mforney@mforney.org> | 2017-06-05 01:26:31 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-06-05 21:45:55 -0700 |
| commit | 1d6d4f345f5b754e13182e2023405fb754554930 (patch) | |
| tree | ffe2e6e7302d3ea4b731866cd8f8617307efae06 /pkg/bzip2 | |
| parent | 1f918ac05898529d8a33474f70bf7c61032a9929 (diff) | |
Remove _FILE_OFFSET_BITS
This does nothing with musl.
Diffstat (limited to 'pkg/bzip2')
| -rw-r--r-- | pkg/bzip2/gen.rc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/bzip2/gen.rc b/pkg/bzip2/gen.rc index 21a2b968..6be8e1f7 100644 --- a/pkg/bzip2/gen.rc +++ b/pkg/bzip2/gen.rc @@ -1,6 +1,4 @@ -cflags\ - -Wall -Winline\ - -D '_FILE_OFFSET_BITS=64' +cflags -Wall -Winline lib libbz2.a blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c bzlib.c exe bzip2 bzip2.c libbz2.a |
