Dash:
[t2.git] / package / develop / wvstreams / wvstreams.conf
blob2aabdc7bb65684143226d579e2dd56b83342f784
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../wvstreams/wvstreams.conf
5 # Copyright (C) 2009 - 2015 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 # Wvdial crashes. Actually, the fault is in wvstreams. The bug is in
16 # both my i686 and x86_64 builds:
17 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674006
18 # https://bugzilla.redhat.com/show_bug.cgi?id=812651
20 var_append GCC_WRAPPER_APPEND ' ' '-fno-tree-dce -fno-optimize-sibling-calls'
22 # generate CC and CXX for parallel make
23 hook_add premake 5 "eval $MAKE $makeopt CC CXX"
25 # strangely missing install target?
26 hook_add inmake 5 "touch install-xplc"
28 var_append extraconfopt ' ' '--without-qt'