mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
FreeSWITCH: No libdl on FreeBSD (dl{sym,open,close} in libc), drop it from PLATFORM_CORE_LIBS
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
This commit is contained in:
parent
599a4543bf
commit
041e3bf00c
@ -438,7 +438,7 @@ case "$host" in
|
||||
;;
|
||||
*bsd*)
|
||||
APR_ADDTO(SWITCH_AM_CFLAGS, -I/usr/local/include)
|
||||
APR_ADDTO([PLATFORM_CORE_LIBS], [-ldl -lcrypt -lrt])
|
||||
APR_ADDTO([PLATFORM_CORE_LIBS], [-lcrypt -lrt])
|
||||
;;
|
||||
*linux*)
|
||||
APR_ADDTO([PLATFORM_CORE_LIBS], [-ldl -lcrypt -lrt])
|
||||
|
Loading…
x
Reference in New Issue
Block a user