mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix build on FreeBSD
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276871 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -95,7 +95,10 @@ ifneq ($(findstring USE_HOARD_ALLOCATOR,$(MENUSELECT_CFLAGS)),)
|
||||
endif
|
||||
|
||||
ifeq ($(GNU_LD),1)
|
||||
ASTLINK+=-Wl,--version-script,asterisk.exports,--dynamic-list,asterisk.dynamics
|
||||
ASTLINK+=-Wl,--version-script,asterisk.exports
|
||||
ifeq ($(HAVE_DYNAMIC_LIST),1)
|
||||
ASTLINK+=-Wl,--dynamic-list,asterisk.dynamics
|
||||
endif
|
||||
endif
|
||||
|
||||
CHECK_SUBDIR: # do nothing, just make sure that we recurse in the subdir/
|
||||
|
Reference in New Issue
Block a user