mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
21 lines
677 B
Plaintext
21 lines
677 B
Plaintext
# --- T2-COPYRIGHT-BEGIN ---
|
|
# t2/package/*/wvstreams/wvstreams.conf
|
|
# Copyright (C) 2009 - 2025 The T2 SDE Project
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# --- T2-COPYRIGHT-END ---
|
|
|
|
# Wvdial crashes. Actually, the fault is in wvstreams. The bug is in
|
|
# both my i686 and x86_64 builds:
|
|
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674006
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=812651
|
|
|
|
var_append GCC_WRAPPER_APPEND ' ' '-fno-tree-dce -fno-optimize-sibling-calls'
|
|
|
|
# generate CC and CXX for parallel make
|
|
hook_add premake 5 "eval $MAKE $makeopt CC CXX"
|
|
|
|
# strangely missing install target?
|
|
hook_add inmake 5 "touch install-xplc"
|
|
|
|
var_append confopt ' ' '--without-qt'
|