From 1ff79c2245aca9e2b23536e9af3c060af15a1db6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Mon, 8 Nov 2010 09:09:00 +0000
Subject: [PATCH]  - install ndbm API compatibility, as it is usefull eg. in
 case of    python dbm library

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40013 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/gdbm.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/buildout/software-profiles/gdbm.cfg b/buildout/software-profiles/gdbm.cfg
index 09f1ec0605..99f4b14e4c 100644
--- a/buildout/software-profiles/gdbm.cfg
+++ b/buildout/software-profiles/gdbm.cfg
@@ -17,3 +17,6 @@ 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}
+make-targets =
+  install
+  install-compat
-- 
2.30.9