From 0cd978372902b15d441ec92fede9effcc648350e Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 17 Oct 2014 22:28:58 +0200 Subject: Build system: host tools: add mac os x macports default location Signed-off-by: Abdoulaye Walsimou Gaye --- core/mk/pkg-macros/configure.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/mk/pkg-macros/configure.mk b/core/mk/pkg-macros/configure.mk index 939caaa..a26f1d8 100644 --- a/core/mk/pkg-macros/configure.mk +++ b/core/mk/pkg-macros/configure.mk @@ -133,8 +133,8 @@ __embtk_hostpkg_rpathldflags = "-Wl,-rpath,$(embtk_htools)/usr/lib" __embtk_hostpkg_rpath = $(strip $(if $(__embtk_pkg_setrpath), \ $(__embtk_hostpkg_rpathldflags))) -__embtk_hostpkg_ldflags = -L$(embtk_htools)/usr/lib $(__embtk_hostpkg_rpath) -__embtk_hostpkg_cppflags = -I$(embtk_htools)/usr/include +__embtk_hostpkg_ldflags = -L$(embtk_htools)/usr/lib -L/opt/local/lib $(__embtk_hostpkg_rpath) +__embtk_hostpkg_cppflags = -I$(embtk_htools)/usr/include -I/opt/local/include define embtk_configure_hostpkg $(if $(EMBTK_BUILDSYS_DEBUG), $(call embtk_pinfo,"Configure $(__embtk_pkg_package) for host...")) -- cgit v1.2.3