summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2021-01-06 04:35:57 +0100
committerIsmael Luceno2021-01-06 04:37:01 +0100
commit97fc565578faccaba59d504a89109e9d92374e6e (patch)
treec6b510c23cf10983441edb9f172041206ba18cb9
parentbe517b9c807237c5d2430d8b58186262ee5dbf94 (diff)
alsa-lib: Remove editing of config.sub, no longer needed
-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