summaryrefslogtreecommitdiffstats
path: root/rules/libpipeline.make
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2012-01-04 14:58:16 +0100
committerJuergen Beisert <jbe@pengutronix.de>2012-01-04 15:03:09 +0100
commit93e21cd724f174c348ae34a2c401f9b3ec8de966 (patch)
tree49eda1a9be53d3738c36dd1c4fed82af97509d4c /rules/libpipeline.make
parent46a4a518908453947e02d3a7eb753385a16da511 (diff)
downloadptxdist-93e21cd724f174c348ae34a2c401f9b3ec8de966.tar.gz
ptxdist-93e21cd724f174c348ae34a2c401f9b3ec8de966.tar.xz
Remove problematic / globally handled 'configure' switches
'--enable-option-checking' is handled globally by PTXdist '--enable-silent-rules' isn't useful for error reports '--enable-dependency-tracking' seems always be the default '--enable-fast-install' will be automatically used by 'configure' if possible Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Diffstat (limited to 'rules/libpipeline.make')
-rw-r--r--rules/libpipeline.make4
1 files changed, 0 insertions, 4 deletions
diff --git a/rules/libpipeline.make b/rules/libpipeline.make
index 1048f7032..9fa9b3fb8 100644
--- a/rules/libpipeline.make
+++ b/rules/libpipeline.make
@@ -38,12 +38,8 @@ LIBPIPELINE_CONF_TOOL := autoconf
# (but 'configure' cannot check it due to cross compiling)
LIBPIPELINE_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
- --enable-option-checking \
- --enable-silent-rules \
- --enable-dependency-tracking \
--disable-static \
--enable-shared \
- --enable-fast-install \
--enable-threads=posix \
--disable-rpath \
--$(call ptx/endis,PTXCONF_LIBPIPELINE_SOCKETPAIR)-socketpair-pipe \