Update of /home/halls/cvs/debian-openoffice/oo-deb/debian In directory gluck:/tmp/cvs-serv16151
Modified Files: rules Log Message: add forgotten --with-system-db --with-db-version=$(D) --with-system-nas Index: rules =================================================================== RCS file: /home/halls/cvs/debian-openoffice/oo-deb/debian/rules,v retrieving revision 1.172 retrieving revision 1.173 diff -u -d -r1.172 -r1.173 --- rules 11 Dec 2003 16:44:32 -0000 1.172 +++ rules 11 Dec 2003 17:35:10 -0000 1.173 @@ -44,11 +44,14 @@ include debian/scripts/vars.$(ARCH) # Default flags to pass to configure +D=$(shell dpkg -l libdb3++-dev | grep db | awk '{print $3}' | cut -d"." -f1,2) CONFIGURE_FLAGS= --enable-libart \ --disable-rpath \ --enable-crashdump \ --without-fonts \ - --with-system-zlib + --with-system-zlib \ + --with-system-db --with-db-version=$(D) \ + --with-system-nas # If DEB_BUILD_OPTIONS contains jdkhome=/absolute/path/to/jdk, build with the # JDK at /absolute/path/to/jdk.