gbuild: remove gb_ExternalProject_use_unpacked

It must always be used exactly once, so replace it with constructor
parameter.

Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
This commit is contained in:
Michael Stahl
2013-05-06 22:54:30 +02:00
parent 96907bfb02
commit 276021c761
59 changed files with 66 additions and 185 deletions

View File

@@ -7,9 +7,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_ExternalProject_ExternalProject,postgresql))
$(eval $(call gb_ExternalProject_use_unpacked,postgresql,postgresql))
$(eval $(call gb_ExternalProject_ExternalProject,postgresql,postgresql))
$(eval $(call gb_ExternalProject_use_package,postgresql,openldap))