postgresql: fix ZIC configure variable assignment
authorBaruch Siach <baruch@tkos.co.il>
Tue, 29 Sep 2015 20:01:32 +0000 (23:01 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 29 Sep 2015 22:33:02 +0000 (00:33 +0200)
commit468233a9b776a55dfd8ced7d5d67189f6bb76855
tree1e993f547ee1a82109d459f2358b010d5a5263b2
parentb70f2f96d3c32c19761be6df57e16e9d5b6bdfef
postgresql: fix ZIC configure variable assignment

The 'ZIC=$$(ZIC)' assignment is seen as 'ZIC=$(ZIC)' by the shell, that
interprets that as command substitution causing an error like:

/bin/sh: ZIC: command not found

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/postgresql/postgresql.mk