summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-23 15:00:29 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-23 19:21:14 +0200
commita92f80fdca36976ecfaed84eaf29b14f5503603a (patch)
tree5f51f302770b0e2e93d7adfa36e9773ebf9dab88 /configure.ac
parentdddff6e51dd8dd755f9afabccda4ee91e1ecc78e (diff)
icu: use libraries from WORKDIR
Change-Id: I7d996cc9412eadf89c8d04ee29abe1fa6f7d53db
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3f3d809db9c6..0bacf5087bda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9029,7 +9029,7 @@ else
# external libs): the system icu-config is quite unhelpful and spits out
# dozens of weird flags and also default path -I/usr/include
ICU_CFLAGS="-I${WORKDIR}/UnpackedTarball/icu/source/i18n -I${WORKDIR}/UnpackedTarball/icu/source/common"
- ICU_LIBS=""
+ ICU_LIBS="-L${WORKDIR}/UnpackedTarball/icu/source/lib"
fi
AC_SUBST(SYSTEM_ICU)
AC_SUBST(SYSTEM_GENBRK)