diff options
| author | Michael Forney <mforney@mforney.org> | 2024-03-16 23:14:06 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2024-03-17 00:27:08 -0700 |
| commit | 0deaf3144dde38c40fceea427a26d82682ce46d4 (patch) | |
| tree | 60b50cf22e6c39a60ae1133433f14b9e8a92eede /pkg/alsa-lib/gen.lua | |
| parent | b2f81fb67cfd273ed556da99d8489dfd4fe1e9c0 (diff) | |
alsa-lib: Update to 1.2.11
Diffstat (limited to 'pkg/alsa-lib/gen.lua')
| -rw-r--r-- | pkg/alsa-lib/gen.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pkg/alsa-lib/gen.lua b/pkg/alsa-lib/gen.lua index de627d1d..116e6229 100644 --- a/pkg/alsa-lib/gen.lua +++ b/pkg/alsa-lib/gen.lua @@ -1,4 +1,6 @@ cflags{ + '-std=gnu99', '-Wall', '-Wno-unused-const-variable', '-Wno-maybe-uninitialized', + '-D _GNU_SOURCE', '-I $outdir', '-I $dir', '-I $dir/alsa', @@ -46,9 +48,9 @@ build('objcopy', '$outdir/src/pcm/pcm.nowarn.c.o', '$outdir/src/pcm/pcm.c.o', { }) lib('libasound.a', [[src/( - conf.c confmisc.c input.c output.c async.c error.c dlmisc.c socket.c shmarea.c userfile.c names.c + conf.c confeval.c confmisc.c input.c output.c async.c error.c dlmisc.c socket.c shmarea.c userfile.c names.c control/( - cards.c tlv.c namehint.c hcontrol.c + cards.c tlv.c eld.c namehint.c hcontrol.c control.c control_hw.c control_empty.c setup.c ctlparse.c control_symbols.c |
