From: Jaap Crezee <jaap@jcz.nl>
To: buildroot@busybox.net
Subject: [Buildroot] slang failing on my system | detects host libraries/headers
Date: Tue, 22 Sep 2015 12:31:01 +0200 [thread overview]
Message-ID: <56012DE5.4000909@jcz.nl> (raw)
Dear all,
It looks to me as if slang is finding some host files on my system currently:
configure:7437: checking for the onig library and header files oniguruma.h
configure:7513: result: yes: /usr/lib and /usr/include
Which ultimately results in:
/data/work/zupr/ZUPR-Embedded-Buildroot/output/host/usr/bin/ccache
/data/work/zupr/ZUPR-Embedded-Buildroot/output/host/usr/bin/arm-linux-gnueabihf-gcc
-I/data/work/zupr/ZUPR-Embedded-Buildroot/output/build/slang-2.3.0/src -shared -fPIC
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os
-I/data/work/zupr/ZUPR-Embedded-Buildroot/output/build/slang-2.3.0/src
-Wl,-R/usr/lib:/data/work/zupr/ZUPR-Embedded-Buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib
-lm
/data/work/zupr/ZUPR-Embedded-Buildroot/output/build/slang-2.3.0/modules/onig-module.c -o
onig-module.so -lonig
/data/work/zupr/ZUPR-Embedded-Buildroot/output/build/slang-2.3.0/modules/onig-module.c:27:23:
fatal error: oniguruma.h: No such file or directory
#include <oniguruma.h>
^
compilation terminated.
Makefile:119: recipe for target 'onig-module.so' failed
Anybody care to fix that correctly? Here's my quick-and-dirty patch:
[jaap at jaap /data/work/zupr/ZUPR-Embedded-Buildroot ]$ git diff
diff --git a/package/slang/slang.mk b/package/slang/slang.mk
index 59ef993..f597017 100644
--- a/package/slang/slang.mk
+++ b/package/slang/slang.mk
@@ -54,4 +54,6 @@ SLANG_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) install-static
SLANG_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-static
endif
+SLANG_CONF_OPTS += --without-onig
+
$(eval $(autotools-package))
[jaap at jaap /data/work/zupr/ZUPR-Embedded-Buildroot ]$
Kind regards,
Jaap Crezee
next reply other threads:[~2015-09-22 10:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-22 10:31 Jaap Crezee [this message]
2015-11-18 21:57 ` [Buildroot] slang failing on my system | detects host libraries/headers Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56012DE5.4000909@jcz.nl \
--to=jaap@jcz.nl \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox