diff options
author | David Tardon <dtardon@redhat.com> | 2012-11-23 06:49:21 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-11-23 06:51:17 +0100 |
commit | f1035c16609e03827f912d53e183e54585169f0d (patch) | |
tree | 0f839c75b099656385ab0d1e91bf514d8a21f4c0 /config_host.mk.in | |
parent | e2036d4ec1133c337d1f47334a1a2d558b61dc70 (diff) |
fdo#55435 orcus needs Boost.System with recent Boost
Change-Id: I2df230e0ca6293131ceaf9211fb301165981ab86
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 9e5d354a61cd..e53c4f8967ba 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -41,6 +41,7 @@ export BARCODE_EXTENSION_PACK=@BARCODE_EXTENSION_PACK@ export BOOST_CPPFLAGS=@BOOST_CPPFLAGS@ export BOOST_DATE_TIME_LIB=@BOOST_DATE_TIME_LIB@ export BOOST_LDFLAGS=@BOOST_LDFLAGS@ +export BOOST_SYSTEM_LIB=@BOOST_SYSTEM_LIB@ export BOOST_TARBALL=@BOOST_TARBALL@ export BSH_JAR=@BSH_JAR@ export BSH_TARBALL=@BSH_TARBALL@ |