From 8c148bd7c844be1cc660bdf6db7a91542ecee8f5 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou GAYE Date: Sat, 18 Oct 2014 22:42:10 +0200 Subject: Host tools: libuuid: enable bsd-shlibs only on mac os x Signed-off-by: Abdoulaye Walsimou GAYE --- packages/htools/e2fsprogs-libuuid/e2fsprogs-libuuid.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/htools/e2fsprogs-libuuid/e2fsprogs-libuuid.mk b/packages/htools/e2fsprogs-libuuid/e2fsprogs-libuuid.mk index 3fa91d8..1ccab00 100644 --- a/packages/htools/e2fsprogs-libuuid/e2fsprogs-libuuid.mk +++ b/packages/htools/e2fsprogs-libuuid/e2fsprogs-libuuid.mk @@ -35,7 +35,7 @@ E2FSPROGS-LIBUUID_HOST_MAKE_DIRS := util lib/uuid E2FSPROGS-LIBUUID_HOST_CONFIGURE_OPTS := --disable-compression E2FSPROGS-LIBUUID_HOST_CONFIGURE_OPTS += --disable-htree -ifeq ($(embtk_buildhost_os_type),bsd) +ifeq ($(embtk_buildhost_os_type),macos) E2FSPROGS-LIBUUID_HOST_CONFIGURE_OPTS += --disable-elf-shlibs E2FSPROGS-LIBUUID_HOST_CONFIGURE_OPTS += --enable-bsd-shlibs else -- cgit v1.2.3