Re: [sr-dev] [kamailio/kamailio] Change to Makefiles.def to support building on recent versions of Solaris (#963)

2017-02-07 Thread Daniel-Constantin Mierla
Closed #963. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/963#event-953384719___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] Change to Makefiles.def to support building on recent versions of Solaris (#963)

2017-02-07 Thread Daniel-Constantin Mierla
Committed to master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/963#issuecomment-278252127___ sr-dev mailing list sr-dev@lists.sip-r

Re: [sr-dev] [kamailio/kamailio] Change to Makefiles.def to support building on recent versions of Solaris (#963)

2017-02-01 Thread Daniel-Constantin Mierla
Could you make a pull request with this change for master branch? In this way the travis-ci makes sure no build is broken and it is easier merge once reviewing the change. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: htt

[sr-dev] [kamailio/kamailio] Change to Makefiles.def to support building on recent versions of Solaris (#963)

2017-02-01 Thread Henry Unger
### Description The version of yacc on Solaris is ancient and fails to process cfg.lex. Reproduction Run gmake ### Possible Solutions Based on kamailio-4.4.5, change Makefiles.defs to comment out "YACC=yacc" on line 1838 for the block beginning "ifeq ($(OS), solaris)" on line 1804. $ d