summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-27 14:00:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-27 14:00:43 +0100
commitf9ce716435a80874352e9f16ee96e6283d8424ae (patch)
tree42dc0edffbb0214b7c7b921ba80ae0a95e713d7f
parentcdc89769ebe4362a04a70f4a94427b64b00759f4 (diff)
parent9d46f6e49bf921dd673849d9993d15d34070626a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
-rw-r--r--package/glib/Makefile3
-rw-r--r--package/libXt/Makefile1
2 files changed, 3 insertions, 1 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile
index 730a44336..e1ce6bca4 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -43,7 +43,8 @@ CONFIGURE_ENV+= glib_cv_long_long_format=ll \
ac_cv_func_posix_getpwuid_r=yes \
ac_cv_func_posix_getgrgid_r=yes
-HOST_CONFIGURE_ARGS+= --disable-fam
+HOST_CONFIGURE_ARGS+= --disable-fam \
+ --disable-compile-warnings
glib-install:
${INSTALL_DIR} ${IDIR_GLIB}/usr/lib
diff --git a/package/libXt/Makefile b/package/libXt/Makefile
index 2e8664483..61db0b88f 100644
--- a/package/libXt/Makefile
+++ b/package/libXt/Makefile
@@ -26,6 +26,7 @@ $(eval $(call PKG_template,LIBXT,libxt,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPEN
HOST_STYLE:= auto
AUTOTOOL_STYLE:= autoreconf
TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
+CONFIGURE_ENV+= CFLAGS_FOR_BUILD="$(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD)"
CONFIGURE_ARGS+= --disable-malloc0returnsnull
libxt-install: