[Erp5-report] r40814 kazuhiko - /erp5/trunk/buildout/software-profiles/gdbm.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Nov 26 22:42:44 CET 2010
Author: kazuhiko
Date: Fri Nov 26 22:42:39 2010
New Revision: 40814
URL: http://svn.erp5.org?rev=40814&view=rev
Log:
install gdbm header files as parts/gdbm/include/gdbm/*.h etc. because some softwares (eg. python's dbmmodule.c extension) assume the location like this.
Modified:
erp5/trunk/buildout/software-profiles/gdbm.cfg
Modified: erp5/trunk/buildout/software-profiles/gdbm.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/gdbm.cfg?rev=40814&r1=40813&r2=40814&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/gdbm.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/gdbm.cfg [utf8] Fri Nov 26 22:42:39 2010
@@ -17,6 +17,8 @@ recipe = erp5.recipe.cmmisafe
url = ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.8.3.tar.gz
md5sum = 1d1b1d5c0245b1c00aff92da751e9aa1
patches = ${gdbm-nochange-patch-download:location}/${gdbm-nochange-patch-download:filename}
+# install as parts/gdbm/include/gdbm/*.h etc. because some softwares
+# (eg. python's dbmmodule.c extension) assume the location like this.
+includedir = ${buildout:parts-directory}/gdbm/include
make-targets =
- install
- install-compat
+ install install-compat includedir=${:includedir}/gdbm && rm -f ${:includedir}/*.h && ln -sf gdbm/gdbm.h ${:includedir}/gdbm.h
More information about the Erp5-report
mailing list