Commit 376f6764 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

install gdbm header files as parts/gdbm/include/gdbm/*.h etc. because some...

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.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40814 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 85d28b46
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment