Ticket #6 (closed defect: fixed)
FreeBSD make/gmake issue in new setup_pjsip.py
| Reported by: | MichielLeenaars | Owned by: | support@ag-projects.com |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Packaging | Version: | 0.3.0 |
| Keywords: | gmake FreeBSD | Cc: |
Description
The new way of building works great. However, under FreeBSD one needs to change 'make' into 'gmake' in setup_pjsip.py twice, as per attached. Otherwise the following error message occurs during the pjsip build process:
Fetching PJSIP from SVN repository
Using SVN revision 2421
Patching PJSIP
Configuring PJSIP
error: Got return value 2 while executing "make -f build/temp.freebsd-7.1-RELEASE-amd64-2.5/pjsip/build.mak -pR build/temp.freebsd-7.1-RELEASE-amd64-2.5/pjsip/build.mak", stderr output was: make: illegal option -- p
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


Correct script for under FreeBSD