diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-23 15:00:29 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-23 19:21:14 +0200 |
commit | a92f80fdca36976ecfaed84eaf29b14f5503603a (patch) | |
tree | 5f51f302770b0e2e93d7adfa36e9773ebf9dab88 /configure.ac | |
parent | dddff6e51dd8dd755f9afabccda4ee91e1ecc78e (diff) |
icu: use libraries from WORKDIR
Change-Id: I7d996cc9412eadf89c8d04ee29abe1fa6f7d53db
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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) |