get sysconfdir right (bnc#600616)

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=35
This commit is contained in:
2010-04-29 10:03:02 +00:00
committed by Git OBS Bridge
parent 045ba5ad63
commit 0dbfd6d11d
2 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 29 11:56:05 CEST 2010 - max@suse.de
- Use %configure to pick up the default directories (bnc#600616).
-------------------------------------------------------------------
Tue Mar 16 15:27:42 CET 2010 - max@suse.de

View File

@@ -174,13 +174,9 @@ which will interact with a PostgreSQL server.
export CFLAGS="%optflags $SP"
# uncomment the following line to enable the stack protector
# CFLAGS="$CFLAGS -fstack-protector"
./configure \
--prefix=%_prefix \
--libdir=%_libdir \
--bindir=%_bindir \
%configure \
--includedir=%_includedir/pgsql \
--datadir=%_datadir/postgresql \
--mandir=%_mandir \
--docdir=%_docdir \
--disable-rpath \
--enable-nls \