Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/perl-crypt-ssleay: fix configure step
@ 2020-03-21  8:55 Francois Perrad
  2020-03-21 17:46 ` Yann E. MORIN
  0 siblings, 1 reply; 4+ messages in thread
From: Francois Perrad @ 2020-03-21  8:55 UTC (permalink / raw)
  To: buildroot

currently, the compilation of openssl-version.c relies on include files
from the system libssl-dev

see http://autobuild.buildroot.org/results/306/30659feaa11e7d0daf01c41e1bc1da2b9538968c/

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/perl-crypt-ssleay/perl-crypt-ssleay.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/perl-crypt-ssleay/perl-crypt-ssleay.mk b/package/perl-crypt-ssleay/perl-crypt-ssleay.mk
index 9564ee2b3..a67554847 100644
--- a/package/perl-crypt-ssleay/perl-crypt-ssleay.mk
+++ b/package/perl-crypt-ssleay/perl-crypt-ssleay.mk
@@ -15,4 +15,6 @@ PERL_CRYPT_SSLEAY_LICENSE = Artistic-2.0
 PERL_CRYPT_SSLEAY_LICENSE_FILES = README.md
 PERL_CRYPT_SSLEAY_DISTNAME = Crypt-SSLeay
 
+PERL_CRYPT_SSLEAY_CONF_OPTS = --incpath=$(STAGING_DIR)/usr/include
+
 $(eval $(perl-package))
-- 
2.20.1

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

end of thread, other threads:[~2020-03-25  9:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-21  8:55 [Buildroot] [PATCH] package/perl-crypt-ssleay: fix configure step Francois Perrad
2020-03-21 17:46 ` Yann E. MORIN
2020-03-21 18:33   ` Thomas De Schampheleire
2020-03-25  9:48     ` Thomas De Schampheleire

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