comparison src/qt.mk @ 789:90867b656d12

use the correct pg_config tool in package qt
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 20 Feb 2010 05:23:09 +0100
parents 0b75930ca822
children 4d838a936a8f
comparison
equal deleted inserted replaced
788:0b75930ca822 789:90867b656d12
85 $(SED) -i 's,\(^\|[^_/]\)win32-g++\([^-]\|$$\),\1unix\2,g' {} \; 85 $(SED) -i 's,\(^\|[^_/]\)win32-g++\([^-]\|$$\),\1unix\2,g' {} \;
86 find '$(1)'/src -name '*.pr[oi]' -exec \ 86 find '$(1)'/src -name '*.pr[oi]' -exec \
87 $(SED) -i 's,\(^\|[^_/]\)win32\([^-]\|$$\),\1unix\2,g' {} \; 87 $(SED) -i 's,\(^\|[^_/]\)win32\([^-]\|$$\),\1unix\2,g' {} \;
88 88
89 # Use the correct pg_config tool 89 # Use the correct pg_config tool
90 $(SED) -i 's,pg_config,$(PREFIX)/$(TARGET)/bin/pg_config,g;' '$(1)'/configure 90 $(SED) -i 's,pg_config,$(TARGET)-pg_config,g;' '$(1)'/configure
91 91
92 # Configure Qt for MinGW target 92 # Configure Qt for MinGW target
93 # We prefer static mingw-cross-env system libs for static build: 93 # We prefer static mingw-cross-env system libs for static build:
94 # -system-zlib -system-libpng -system-libjpeg -system-libtiff -system-libmng -system-sqlite 94 # -system-zlib -system-libpng -system-libjpeg -system-libtiff -system-libmng -system-sqlite
95 # There is no -system-gif option. NB -system-libmng will not link in shared build. 95 # There is no -system-gif option. NB -system-libmng will not link in shared build.