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