t2sde/package/contrib/rrdtool/rrdtool.conf
2025-04-14 11:54:47 +00:00

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