summaryrefslogtreecommitdiffstats
path: root/rules/blackbox.make
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2006-05-22 10:46:34 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2006-05-22 10:46:34 +0000
commitee526c222e9529a7eaf07cd1b6800c14b4982c71 (patch)
tree57bc55f11be9585a20d8a15733f9867f8057e3ab /rules/blackbox.make
parentf8760f6cf21ee908f5847e47a899ae3ea7ccd0f6 (diff)
downloadptxdist-ee526c222e9529a7eaf07cd1b6800c14b4982c71.tar.gz
ptxdist-ee526c222e9529a7eaf07cd1b6800c14b4982c71.tar.xz
add --x-libraries= to configure
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5538 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/blackbox.make')
-rw-r--r--rules/blackbox.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/blackbox.make b/rules/blackbox.make
index 8bbdcb134..3e452a5e8 100644
--- a/rules/blackbox.make
+++ b/rules/blackbox.make
@@ -67,6 +67,7 @@ BLACKBOX_ENV = $(CROSS_ENV)
#
BLACKBOX_AUTOCONF = $(CROSS_AUTOCONF_USR)
BLACKBOX_AUTOCONF += --x-includes=$(SYSROOT)/usr/include
+BLACKBOX_AUTOCONF += --x-libraries=$(SYSROOT)/usr/lib
$(STATEDIR)/blackbox.prepare: $(blackbox_prepare_deps_default)
@$(call targetinfo, $@)