openbsd-ports/telephony/asterisk/patches/patch-build_tools_cflags_xml
sthen dd9ff6c628 Update Asterisk to 1.6.2.6, which will be the only of the 1.6.x branches
receiving most updates in the future; notably, compared to the in-tree
version, this adds a portable (pthread-based) clocking source rather
than relying on a non-portable zaptel timer.

Main functions tested and working well for myself and Diego Casati (thanks!)
Note that ConfBridge (added since 1.6.0) may need more work
2010-04-08 16:18:00 +00:00

11 lines
544 B
Plaintext

$OpenBSD: patch-build_tools_cflags_xml,v 1.4 2010/04/08 16:18:00 sthen Exp $
--- build_tools/cflags.xml.orig Mon Jan 25 21:53:48 2010
+++ build_tools/cflags.xml Thu Apr 1 02:57:26 2010
@@ -1,5 +1,6 @@
<category name="MENUSELECT_CFLAGS" displayname="Compiler Flags" positive_output="yes" remove_on_change=".lastclean">
<member name="DONT_OPTIMIZE" displayname="Disable Optimizations by the Compiler">
+ <defaultenabled>yes</defaultenabled>
</member>
<member name="DEBUG_THREADS" displayname="Enable Thread Debugging">
</member>