Skip to content
Snippets Groups Projects
Commit 4b4dcdfc authored by Edric Milaret's avatar Edric Milaret Committed by gerrit2
Browse files

ios: don't build contrib uuid

This functionality is provided in the kernel. Therefore conflict happens
between the two uuid.h.

Change-Id: I39f0c5d06896c218a8efad41c9c014a6cc73bdf7
Tuleap: #313
parent 41e032c8
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,13 @@ ...@@ -3,9 +3,13 @@
UUID_VERSION := 1.0.2 UUID_VERSION := 1.0.2
UUID_URL := $(SF)/libuuid/libuuid-$(UUID_VERSION).tar.gz UUID_URL := $(SF)/libuuid/libuuid-$(UUID_VERSION).tar.gz
ifndef HAVE_IOS
ifeq ($(call need_pkg,"uuid >= 2.0.0"),) ifeq ($(call need_pkg,"uuid >= 2.0.0"),)
PKGS_FOUND += uuid PKGS_FOUND += uuid
endif endif
else
PKGS_FOUND += uuid
endif
$(TARBALLS)/libuuid-$(UUID_VERSION).tar.gz: $(TARBALLS)/libuuid-$(UUID_VERSION).tar.gz:
$(call download,$(UUID_URL)) $(call download,$(UUID_URL))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment