This commit is contained in:
Gerben Jan Dijkman 2021-07-15 13:13:45 +02:00
parent 1857ec8c11
commit d33eacacf8

View File

@ -25,6 +25,7 @@ BDEPEND="virtual/pkgconfig"
src_configure() { src_configure() {
sh autogen.sh sh autogen.sh
./configure \ ./configure \
--prefix=/usr \
--disable-static \ --disable-static \
$(use_with ssl openssl) $(use_with ssl openssl)
} }