[Commits] : Tuxbox-GIT: cdk branch master updated. CVS-Final-17-g01b50e8
Tuxbox Sources
Brought to you by:
dbt1
|
From: Thilo G. <tux...@ne...> - 2013-11-29 19:38:06
|
Project "Tuxbox-GIT: cdk":
The branch, master has been updated
via 01b50e825114b461ffad468b5d11fa4fa34cc832 (commit)
from 7868daf277c2c31d31d814e15cf495372cac74e8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 01b50e825114b461ffad468b5d11fa4fa34cc832
Author: Stefan Seyfried <se...@tu...>
Date: Fri Nov 29 13:42:44 2013 +0100
openntpd: fix build with gcc4.7/eglibc
Signed-off-by: Thilo Graf <db...@no...>
diff --git a/make/contrib-apps.mk b/make/contrib-apps.mk
index b45009d..5ca2fe6 100644
--- a/make/contrib-apps.mk
+++ b/make/contrib-apps.mk
@@ -554,10 +554,14 @@ $(DEPDIR)/openntpd: bootstrap @DEPENDS_openntpd@
cd @DIR_openntpd@ && \
ln -s `which $(target)-strip` strip; \
echo "ac_cv_path_AR=$(target)-ar" > config.cache; \
+ echo "ac_cv_func_setproctitle=no" >> config.cache; \
+ echo "ac_cv_func_arc4random=no" >> config.cache; \
+ echo "ac_cv_func_strlcpy=no" >> config.cache; \
$(BUILDENV) ./configure --cache-file=config.cache \
--build=$(build) \
--host=$(target) \
--prefix= \
+ --with-builtin-arc4random \
--sysconfdir=/var/etc --with-privsep-user=nobody --with-privsep-path=/share/empty && \
$(MAKE) all &&\
PATH=.:$(PATH) @INSTALL_openntpd@
-----------------------------------------------------------------------
Summary of changes:
make/contrib-apps.mk | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
--
Tuxbox-GIT: cdk
|