1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 src_prepare() { default gkautoreconf } src_configure() { local myopts=( --enable-shared --enable-static ) gkconf "${myopts[@]}" }