mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-27 09:40:32 +00:00
Added removal of duplicated -lm and -ldl entries
This commit is contained in:
parent
f12e938abd
commit
ad9f4cd3a6
@ -53,6 +53,9 @@ fi
|
||||
|
||||
dnl add the alsa library
|
||||
ALSA_LIBS="$ALSA_LIBS -lasound -lm -ldl"
|
||||
LIBS=patsubst("$LIBS", "-lm")
|
||||
LIBS=patsubst("$LIBS", "-ldl")
|
||||
LIBS=patsubst("$LIBS", " ")
|
||||
LIBS="$ALSA_LIBS $LIBS"
|
||||
AC_MSG_RESULT($ALSA_LIBS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user