mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-05 21:04:01 +00:00
Review: https://reviewboard.asterisk.org/r/1891/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369517 65c4cc65-6c06-0410-ace0-fbb531ad65f3
14 lines
274 B
Makefile
14 lines
274 B
Makefile
export OS_CFLAGS := $(CC_DEF)PJ_SUNOS=1
|
|
|
|
export OS_CXXFLAGS :=
|
|
|
|
export OS_LDFLAGS := $(CC_LIB)pthread$(LIBEXT2) \
|
|
$(CC_LIB)socket$(LIBEXT2) \
|
|
$(CC_LIB)rt$(LIBEXT2) \
|
|
$(CC_LIB)nsl$(LIBEXT2) \
|
|
$(CC_LIB)m$(LIBEXT2)
|
|
|
|
export OS_SOURCES :=
|
|
|
|
|