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...@tuxbox-git.slipkontur.de>
Date:   Fri Nov 29 13:42:44 2013 +0100

    openntpd: fix build with gcc4.7/eglibc
    
    Signed-off-by: Thilo Graf <d...@novatux.de>

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

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Tuxbox-cvs-commits mailing list
Tuxbox-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tuxbox-cvs-commits

Reply via email to