Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gnutls: remove --with-libz-prefix configure option
@ 2015-05-22  0:11 Andre McCurdy
  2015-05-25 18:32 ` Aníbal Limón
  0 siblings, 1 reply; 4+ messages in thread
From: Andre McCurdy @ 2015-05-22  0:11 UTC (permalink / raw)
  To: openembedded-core

The default search path in sysroot is sufficient to find zlib, so the
--with-libz-prefix configure option seems to be unnecessary.

For target builds, relying on sysroot also prevents an absolute path
from being hardcoded in the gnutls.pc pkg-config file.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/recipes-support/gnutls/gnutls.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 45fb529..87f275a 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -23,7 +23,6 @@ EXTRA_OECONF="--disable-rpath \
               --with-included-libtasn1 \
               --enable-local-libopts \
               --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \
-              --with-libz-prefix=${STAGING_DIR_HOST}${prefix} \
               --disable-guile \
               --disable-crywrap \
               --without-p11-kit \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-27  2:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-22  0:11 [PATCH] gnutls: remove --with-libz-prefix configure option Andre McCurdy
2015-05-25 18:32 ` Aníbal Limón
2015-05-27  2:28   ` Andre McCurdy
2015-05-27  2:30     ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox