summaryrefslogtreecommitdiff
path: root/package/orbit2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-15 20:21:06 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-15 20:21:22 +0200
commit1ad6f2cd4f4b4643aa0c7c39fd512cf1a8152815 (patch)
tree2808c8b10916dabcd5d61ce482f872717d25cf19 /package/orbit2/Makefile
parent616558f6a4d1a69a47e1d93da1c964c46159bda7 (diff)
fix some errors on non-verbose download target
Diffstat (limited to 'package/orbit2/Makefile')
-rw-r--r--package/orbit2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/orbit2/Makefile b/package/orbit2/Makefile
index 09a846f0f..121475c9c 100644
--- a/package/orbit2/Makefile
+++ b/package/orbit2/Makefile
@@ -24,9 +24,9 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,ORBIT2,orbit2,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-HOST_CFLAGS+= $(shell env $(HOST_CONFIGURE_ENV) libIDL-config-2 --cflags)
+HOST_CFLAGS+= $(shell env $(HOST_CONFIGURE_ENV) libIDL-config-2 --cflags 2>/dev/null)
HOST_LDFLAGS+= -static
-HOST_LIBS:= $(shell env $(HOST_CONFIGURE_ENV) libIDL-config-2 --libs)
+HOST_LIBS:= $(shell env $(HOST_CONFIGURE_ENV) libIDL-config-2 --libs 2>/dev/null)
HOST_LIBS+= -lgmodule-2.0 -ldl -lpthread -lrt -lglib-2.0
CONFIGURE_ENV+= ac_cv_alignof_CORBA_octet=1 \
ac_cv_alignof_CORBA_boolean=1 \