mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
18 lines
560 B
Plaintext
18 lines
560 B
Plaintext
# --- T2-COPYRIGHT-BEGIN ---
|
|
# t2/package/*/rrdtool/rrdtool.conf
|
|
# Copyright (C) 2004 - 2025 The T2 SDE Project
|
|
# Copyright (C) 1998 - 2003 ROCK Linux Project
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# --- T2-COPYRIGHT-END ---
|
|
|
|
atstage native || hook_add preconf 5 "echo 'rd_cv_ieee_works=yes' >> config.cache"
|
|
|
|
var_append confopt ' ' '--disable-ruby --disable-tcl --enable-shared'
|
|
var_append confopt ' ' "--docdir=$docdir"
|
|
|
|
if atstage native; then
|
|
pkginstalled perl && var_append makeinstop ' ' 'site-perl-install'
|
|
else
|
|
var_append confopt ' ' '--disable-perl'
|
|
fi
|