summaryrefslogtreecommitdiffstats
path: root/audio-drivers
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers')
-rw-r--r--audio-drivers/alsa-lib/HISTORY1
-rwxr-xr-xaudio-drivers/alsa-lib/PRE_BUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/audio-drivers/alsa-lib/HISTORY b/audio-drivers/alsa-lib/HISTORY
index c624b5a03e..b145b9b84f 100644
--- a/audio-drivers/alsa-lib/HISTORY
+++ b/audio-drivers/alsa-lib/HISTORY
@@ -2,6 +2,7 @@
* PRE_BUILD,
patches/0001-dlmisc-the-snd_plugin_dir_set-snd_plugin_dir-must-be.patch,
patches/0002-stdint_compat.patch: added portability fixes
+ * PRE_BUILD: removed editing of config.sub, no longer needed
2020-10-23 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 1.2.4
diff --git a/audio-drivers/alsa-lib/PRE_BUILD b/audio-drivers/alsa-lib/PRE_BUILD
index ee043f39c3..5a82752a7d 100755
--- a/audio-drivers/alsa-lib/PRE_BUILD
+++ b/audio-drivers/alsa-lib/PRE_BUILD
@@ -15,6 +15,4 @@ if [[ "${ALSA_LIB_BRANCH}" == "scm" ]]; then
automake --foreign --copy --add-missing &&
touch depcomp &&
autoconf
-else
- sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
fi