diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-26 02:26:46 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-26 02:26:46 +0300 |
commit | 417b6e23e628262a1464b6935d2c1ec14985dba3 (patch) | |
tree | 435ca232d4e7da6fedf24f5f23ca5314d67fc662 /extra/alsa-lib/build | |
parent | 05231f534651f47ed4cd3a4a4607f993e1219727 (diff) | |
download | repository-417b6e23e628262a1464b6935d2c1ec14985dba3.tar.gz |
alsa-lib: bump to 1.2.4
Diffstat (limited to 'extra/alsa-lib/build')
-rwxr-xr-x | extra/alsa-lib/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/alsa-lib/build b/extra/alsa-lib/build index edc209ad..2a68c4f5 100755 --- a/extra/alsa-lib/build +++ b/extra/alsa-lib/build @@ -1,5 +1,7 @@ #!/bin/sh -e +patch -p1 < dlo.patch + ./configure \ --prefix=/usr \ --without-debug |