[EMAIL PROTECTED] wrote: > Please, do not reply to this mailing list, use wengophone-devel instead. > > > ------------------------------------------------------------------------ > > Author: mstute > Date: 2007-02-21 11:21:41 +0100 (Wed, 21 Feb 2007) > New Revision: 9899 > > Modified: > owbuild/trunk/libs-3rdparty-cmakelists/CMakeLists.txt > Log: > * (void) use internal portaudio by default > >
Why do you want to use the internal portaudio library? On Linux you
should always use the system library. Normally a distribution requires
to build against the system lib cause of security issues:
- the system library has been tested
- the system library can be updated
Else you have to fix the system library and every other application
which has probably the library in the internal tree.
We should use the system lib for every 3rd party lib!
-- andreas
--
http://www.cynapses.org/ - cybernetic synapses
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
