aboutsummaryrefslogtreecommitdiff
blob: 1834e2587bc46c5af2df9c19ec1a70b454fefa60 (plain)
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[@]}"
}