diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-02-12 21:45:28 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-02-12 21:45:28 +0000 |
commit | fa588deefca11787977e6760c2aa68f484bace0a (patch) | |
tree | 46d4da3ed0046cdfa9ee962c87e97343b5cfc0cc /eclass/fox.eclass | |
parent | Bug #326175: Help users with very old LDAP deploys (without the tags) to upgr... (diff) | |
download | gentoo-2-fa588deefca11787977e6760c2aa68f484bace0a.tar.gz gentoo-2-fa588deefca11787977e6760c2aa68f484bace0a.tar.bz2 gentoo-2-fa588deefca11787977e6760c2aa68f484bace0a.zip |
fix building with fox:1.7
Diffstat (limited to 'eclass/fox.eclass')
-rw-r--r-- | eclass/fox.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/fox.eclass b/eclass/fox.eclass index ec65495f798c..06b26a840c98 100644 --- a/eclass/fox.eclass +++ b/eclass/fox.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.14 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.15 2012/02/12 21:45:28 mabi Exp $ # @ECLASS: fox.eclass # @MAINTAINER: @@ -122,6 +122,7 @@ fox_src_prepare() { sed -i \ -e "s:-I\$(top_srcdir)/include -I\$(top_builddir)/include:-I\$(includedir)/fox-${FOXVER}:" \ -e 's:$(top_builddir)/src/libFOX:-lFOX:' \ + -e 's:$(top_builddir)/lib/libFOX:-lFOX:' \ -e 's:\.la::' \ ${d}/Makefile.am || die "sed ${d}/Makefile.am error" done |