From f5c32783df86fbdb63a4b333039764aa66fbb2fc Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 2 Apr 2021 09:01:27 +0200 Subject: general-concepts/use-flags: Change example to src_configure() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- general-concepts/use-flags/text.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'general-concepts') diff --git a/general-concepts/use-flags/text.xml b/general-concepts/use-flags/text.xml index 8953b87..54675f3 100644 --- a/general-concepts/use-flags/text.xml +++ b/general-concepts/use-flags/text.xml @@ -297,7 +297,7 @@ GnuTLS is more featureful than OpenSSL, it is favoured:

-src_compile() { +src_configure() { local myconf if use ssl && use gnutls ; then @@ -311,8 +311,6 @@ src_compile() { econf \ # Other stuff ${myconf} - - emake } -- cgit v1.2.3-65-gdbad