Artem Naluzhny wrote: > hi > > I'm maintainer of sipp port on FreeBSD. Could you please commit > attached freebsd.patch to allow out-of-box sipp compilation. > > Also it would be better to use '?=' and '+=' for CC, CXX, CFLAGS and > CXXFLAGS assignments instead of '=' in Makefile - see attached > Makefile.patch. > > (the patches are for 1.1.r6 release) Hello Artem,
The use of ?= for CC and CXX seems not to be supported everywhere. It causes issue at least on Debian/etch because CPP (gcc) gets replaced by cc -E. If you have further idea, I would be happy to check the full thing in. Olivier. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
