[asterisk-dev] Asterisk 12 pjproject installation testing needed!
Walter Doekes
walter+asterisk-dev at osso.nl
Mon Aug 5 03:20:34 CDT 2013
On 13/07/13 04:55, Matthew Jordan wrote:
> While we've done a fair amount of testing of the build system -
> predominately on CentOS 6 (for which we've produced packages of the
> modified pjproject) and on our local development machines - which range
> from Fedora to Ubuntu to OS X - we really need some additional testing
> of the build system before releasing Asterisk 12.
[snip]
> https://wiki.asterisk.org/wiki/display/AST/Installing+pjproject
[snip]
> If you find any problems, please also reply to this e-mail and we can
> work out what configure options may be needed, what needs to be changed
> in the build system, updated on the wiki page, etc.
The issues I had (on various Ubuntus only) were either fixed:
- 1d3fa1425e849b54305293df3193ee381f267e12
Fix issue with libdir, when libdir includes exec_prefix.
Or documented:
- https://wiki.asterisk.org/wiki/display/AST/Installing+pjproject
--disable-video
It'd be nice if this last one wasn't needed.
Here's my make-uninstall contribution, so people don't have to
wildcard-rm in their system dirs:
> uninstall:
> $(RM) $(DESTDIR)$(libdir)/pkgconfig/libpjproject.pc
> rmdir --ignore-fail-on-non-empty $(DESTDIR)$(libdir)/pkgconfig
> for d in pjlib pjlib-util pjnath pjmedia pjsip; do \
> for f in $$d/include/*; do \
> $(RM) -r "$(DESTDIR)$(includedir)/`basename $$f`"; \
> done; \
> done
> rmdir --ignore-fail-on-non-empty $(DESTDIR)$(includedir)
> $(RM) $(addprefix $(DESTDIR)$(libdir)/,$(notdir $(APP_LIB_FILES)))
> rmdir --ignore-fail-on-non-empty $(DESTDIR)$(libdir)
Cheers,
Walter
More information about the asterisk-dev
mailing list