mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-17 07:00:01 -05:00
Allow build without libdl and libpthread
Allow building alsa-lib without libdl and libpthread. Added new options to configure, --with-libdl and --with-pthread.
This commit is contained in:
parent
9a75eec664
commit
70e4ec9d08
21 changed files with 118 additions and 25 deletions
|
|
@ -41,7 +41,7 @@ SUBDIRS += alisp
|
|||
libasound_la_LIBADD += alisp/libalisp.la
|
||||
endif
|
||||
SUBDIRS += compat conf
|
||||
libasound_la_LIBADD += compat/libcompat.la -lm -ldl -lpthread
|
||||
libasound_la_LIBADD += compat/libcompat.la @ALSA_DEPLIBS@
|
||||
|
||||
libasound_la_LDFLAGS = -version-info $(COMPATNUM) $(VSYMS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue