diff -ru Ice-3.5.0.orig/cpp/config/Make.rules Ice-3.5.0/cpp/config/Make.rules
old
|
new
|
|
219 | 219 | endif |
220 | 220 | |
221 | 221 | ifneq ($(DB_HOME),) |
222 | | DB_FLAGS = -I$(DB_HOME)/include |
| 222 | DB_FLAGS = -I$(DB_HOME)/include/db46 |
223 | 223 | ifeq ($(DB_LIBS),) |
224 | | DB_LIBS = -L$(DB_HOME)/$(libsubdir)$(cpp11suffix) -ldb_cxx |
| 224 | DB_LIBS = -L$(DB_HOME)/$(libsubdir)/db46 -ldb_cxx |
225 | 225 | endif |
226 | | DB_RPATH_LINK = $(call rpathlink,$(DB_HOME)/$(libsubdir)$(cpp11suffix)) |
| 226 | DB_RPATH_LINK = $(call rpathlink,$(DB_HOME)/$(libsubdir)/db46) |
227 | 227 | else |
228 | 228 | ifeq ($(shell if [ -d /usr/include/db53 -a -d /usr/$(libsubdir)/db53 ] ; then echo yes; fi), yes) |
229 | 229 | DB_FLAGS = -I/usr/include/db53 |