]> wagnertech.de Git - projects.git/blobdiff - debian/libcob-ocesql.prepare
libcob-ocesql ohne postgres dependency
[projects.git] / debian / libcob-ocesql.prepare
index ae217a4e7da7ddf91bb74a8ca00649359cdc064b..ca2511564cc782db3d5257f94678c4f3ed5a7058 100755 (executable)
@@ -3,7 +3,7 @@ set -e
 
 echo 'RSYNC_OPT = -av --exclude="build" --exclude="debian/tmp" --exclude="Packages" --exclude="*Aktuell" --exclude=".*" --exclude="Makefile"' >> debian/rules.pre
 
 
 echo 'RSYNC_OPT = -av --exclude="build" --exclude="debian/tmp" --exclude="Packages" --exclude="*Aktuell" --exclude=".*" --exclude="Makefile"' >> debian/rules.pre
 
-dpkg -s bison flex pkg-config make build-essential g++ automake libtool >/dev/null
+dpkg -s bison flex pkg-config make build-essential g++ automake libtool libpq-dev >/dev/null
 
 if [ ! -d Downloads ]; then
        mkdir Downloads
 
 if [ ! -d Downloads ]; then
        mkdir Downloads