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:
@@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user