mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
menuselect needs strcompat.o for strsep on Solaris
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22344 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
MENUSELECT_OBJS=menuselect.o menuselect_curses.o
|
||||
MENUSELECT_OBJS=menuselect.o menuselect_curses.o ../strcompat.o
|
||||
MENUSELECT_CFLAGS=-g -c -D_GNU_SOURCE -I../ -I../include/
|
||||
MENUSELECT_LIBS=../mxml/libmxml.a $(CURSES_LIB)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user