Skip to content
Snippets Groups Projects
Commit 9fcaec3f authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Use postgresql-server-dev-all package for server/pg_type.h

parent c61557f2
No related merge requests found
......@@ -11,7 +11,7 @@ branches:
install:
- sudo apt-get update > /dev/null
- sudo apt-get -q install binutils-dev python-daemon python-yaml python-pexpect
- sudo apt-get -q install libmysqlclient-dev libpq-dev postgresql-server-dev
- sudo apt-get -q install libmysqlclient-dev libpq-dev postgresql-server-dev-all
script:
- mkdir ./build && cd ./build && cmake .. -DCMAKE_BUILD_TYPE=RelWithDebugInfo
......
......@@ -11,7 +11,7 @@ Build-Depends: cdbs, debhelper (>= 8),
libiberty-dev | binutils-dev,
libmysqlclient-dev,
libpq-dev,
postgresql-server-dev
postgresql-server-dev-all
Section: database
Standards-Version: 3.9.5
Homepage: http://tarantool.org/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment