Skip to content

Commit 12a9850

Browse files
author
rblazek
committed
use PG_LIB variable to enable compilation when configured without postgres
git-svn-id: http://svn.osgeo.org/qgis/trunk@5687 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a148dcc commit 12a9850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raster/Makefile.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $(DLL): .libs/libqgis_raster.a
1616
-Wl,--no-whole-archive \
1717
$(GUI_A) $(CORE_A) $(LEGEND_A) $(PROJSEL_A) \
1818
$(GUI_A) $(CORE_A) $(COMPOSER_A) $(GUI_A) \
19-
$(GDAL_LDADD) -lproj -lsqlite3 -lpq \
19+
$(GDAL_LDADD) -lproj -lsqlite3 $(PG_LIB) \
2020
$(QT_LDADD) \
2121
-lwsock32 -lmingw32
2222
$(STRIP) $@

0 commit comments

Comments
 (0)