update
This commit is contained in:
parent
4c86a9ae95
commit
50b3e38ba1
@ -23,12 +23,17 @@ DEPEND="${RDEPEND}"
|
|||||||
BDEPEND="virtual/pkgconfig"
|
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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
emake
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
default
|
default
|
||||||
dodoc RELEASE
|
dodoc RELEASE
|
||||||
|
Loading…
Reference in New Issue
Block a user