summaryrefslogtreecommitdiffstats
path: root/rules/libxml2.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-01-26 17:15:29 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-01-26 17:15:29 +0000
commit1e2bca1ec40071443f1385afd495bc12f960706b (patch)
tree32844472c5d4d5391c9d1476ce2875e812128bdd /rules/libxml2.in
parentfc41b27c4a5da618c658544f112ff71f63b25e09 (diff)
downloadptxdist-1e2bca1ec40071443f1385afd495bc12f960706b.tar.gz
ptxdist-1e2bca1ec40071443f1385afd495bc12f960706b.tar.xz
* libxml2: iconv support is broken
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6956 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libxml2.in')
-rw-r--r--rules/libxml2.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/libxml2.in b/rules/libxml2.in
index 2b09df603..0f787635d 100644
--- a/rules/libxml2.in
+++ b/rules/libxml2.in
@@ -92,6 +92,8 @@ config LIBXML2_HTTP
config LIBXML2_ICONV
bool
+ # FIXME: doesn't pick up correct LDADD flags
+ depends on BROKEN
default y
depends on LIBXML2
prompt "ICONV support"