diff options
| author | Michael Forney <mforney@mforney.org> | 2018-12-12 15:52:42 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-12-23 13:40:49 -0800 |
| commit | d635d9281ba10519821736ad91d2beddee5361ba (patch) | |
| tree | fb14ef1ee4dc2a317582e5fc6a9d74c5901919aa /pkg/nasm/gen.lua | |
| parent | c66136c1885db8a876eb54a84e79de3f3fb57576 (diff) | |
nasm: Update to 2.14
Diffstat (limited to 'pkg/nasm/gen.lua')
| -rw-r--r-- | pkg/nasm/gen.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/nasm/gen.lua b/pkg/nasm/gen.lua index 391178c4..fa2aae37 100644 --- a/pkg/nasm/gen.lua +++ b/pkg/nasm/gen.lua @@ -10,7 +10,7 @@ cflags{ } lib('libnasm.a', [[ - stdlib/(snprintf.c vsnprintf.c strlcpy.c strnlen.c) + stdlib/(snprintf.c vsnprintf.c strlcpy.c strnlen.c strrchrnul.c) nasmlib/( ver.c crc64.c malloc.c @@ -47,6 +47,7 @@ lib('libnasm.a', [[ macros/macros.c output/( outform.c outlib.c legacy.c + strtbl.c nulldbg.c nullout.c outbin.c outaout.c outcoff.c outelf.c |
