improved coding style

This commit is contained in:
Volker Grabsch 2009-11-09 02:25:31 +01:00
parent 0bbd08ef66
commit 8181d70fa8
1 changed files with 6 additions and 6 deletions

View File

@ -44,12 +44,12 @@ define $(PKG)_BUILD
# Since we build only client libary, use bogus tzdata to satisfy configure.
# We have to build the shared library, but we won't install it.
cd '$(1)' && ./configure \
--prefix='$(PREFIX)/$(TARGET)' \
--host='$(TARGET)' \
--disable-rpath \
--without-readline \
--with-zlib \
--with-system-tzdata=/dev/null
--prefix='$(PREFIX)/$(TARGET)' \
--host='$(TARGET)' \
--disable-rpath \
--without-readline \
--with-zlib \
--with-system-tzdata=/dev/null
$(MAKE) -C '$(1)'/src/interfaces/libpq -j '$(JOBS)'
$(MAKE) -C '$(1)'/src/interfaces/libpq -j '$(JOBS)' install enable_shared=no
$(INSTALL) -m664 '$(1)/src/include/pg_config.h' '$(PREFIX)/$(TARGET)/include/'