Package: cmake
Version: 2.8.8-1
Followup-For: Bug #665721

Dear Maintainer,

to assign the variable 'postgreSQL_TYPE_INCLUDE _DIR', the module use $ {}
PostgreSQL_ROOT_DIRECTORIES, undefined, and the 'PATH_SUFFIXES':
pgsql/server
postgresql/server
include/server

Executing in my system
~$ find /usr/include -iname pg_type.h
/usr/include/postgresql/catalog/pg_type.h
/usr/include/postgresql/9.1/server/catalog/pg_type.h

and postgresql path suffix is not in the list.

Only need to add it and the command become like this

find_path(PostgreSQL_TYPE_INCLUDE_DIR
  NAMES catalog/pg_type.h
  PATHS
   # Look in other places.
   ${PostgreSQL_ROOT_DIRECTORIES}
  PATH_SUFFIXES
    postgresql
    pgsql/server
    postgresql/server
    include/server
  # Help the user find it if we cannot.
  DOC "The ${PostgreSQL_INCLUDE_DIR_MESSAGE}"
)




-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cmake depends on:
ii  cmake-data         2.8.8-1
ii  libarchive12       3.0.4-1
ii  libc6              2.13-30
ii  libcurl3-gnutls    7.25.0-1
ii  libexpat1          2.1.0-1
ii  libgcc1            1:4.7.0-4
ii  libstdc++6         4.7.0-4
ii  libxmlrpc-core-c3  1.16.33-3.1
ii  procps             1:3.3.2-3
ii  zlib1g             1:1.2.6.dfsg-2

cmake recommends no packages.

Versions of packages cmake suggests:
ii  gcc   4:4.7.0-4exp1
ii  make  3.82-1

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to