Project "Tuxbox-GIT: cdk":

The branch, master has been updated
       via  ccb8308380f4620e5ff0bad120cb44f130f7ced3 (commit)
       via  23848a2c7d43b6bfe884cbe2a2f47f66e7433674 (commit)
      from  01b50e825114b461ffad468b5d11fa4fa34cc832 (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 ccb8308380f4620e5ff0bad120cb44f130f7ced3
Author: GetAway <get-a...@t-online.de>
Date:   Fri Nov 29 08:23:21 2013 +0100

    xfsprogs: fix building with newer compiler
    
    @Kernel 2.6
    
    Signed-off-by: Thilo Graf <d...@novatux.de>

diff --git a/config/eglibc.config b/config/eglibc.config
index 7f902e4..fdad281 100644
--- a/config/eglibc.config
+++ b/config/eglibc.config
@@ -9,7 +9,7 @@ OPTION_EGLIBC_ENVZ = n
 OPTION_EGLIBC_FCVT = n
 OPTION_EGLIBC_FMTMSG = n
 OPTION_EGLIBC_FSTAB = n
-OPTION_EGLIBC_FTRAVERSE = n
+OPTION_EGLIBC_FTRAVERSE = y
 OPTION_EGLIBC_GETLOGIN = n
 OPTION_EGLIBC_IDN = n
 OPTION_EGLIBC_INET_ANL = n
diff --git a/make/ide-apps.mk b/make/ide-apps.mk
index 79d2ee9..985a7e7 100644
--- a/make/ide-apps.mk
+++ b/make/ide-apps.mk
@@ -81,6 +81,8 @@ $(flashprefix)/root/bin/mount: utillinux | $(flashprefix)/root
 if ENABLE_UCLIBC
 E2FSPROGSOPT=--disable-tls
 XFSPROGSOPT=ac_cv_header_aio_h=yes ac_cv_lib_rt_lio_listio=yes
+else
+XFSPROGSOPT=LDFLAGS="-luuid -lrt"
 endif
 
 #e2fs2progs

commit 23848a2c7d43b6bfe884cbe2a2f47f66e7433674
Author: GetAway <get-a...@t-online.de>
Date:   Fri Nov 29 08:19:32 2013 +0100

    eglibc: EGLIBC_LOCALE_CODE enabled to build hddtemp
    
    with newer compiler @Kernel 2.6
    
    Signed-off-by: Thilo Graf <d...@novatux.de>

diff --git a/config/eglibc.config b/config/eglibc.config
index db4032d..7f902e4 100644
--- a/config/eglibc.config
+++ b/config/eglibc.config
@@ -14,7 +14,7 @@ OPTION_EGLIBC_GETLOGIN = n
 OPTION_EGLIBC_IDN = n
 OPTION_EGLIBC_INET_ANL = n
 OPTION_EGLIBC_LIBM_BIG = n
-OPTION_EGLIBC_LOCALE_CODE = n
+OPTION_EGLIBC_LOCALE_CODE = y
 OPTION_EGLIBC_MEMUSAGE = n
 OPTION_EGLIBC_NIS = n
 OPTION_EGLIBC_RCMD = n

-----------------------------------------------------------------------

Summary of changes:
 config/eglibc.config |    4 ++--
 make/ide-apps.mk     |    2 ++
 2 files changed, 4 insertions(+), 2 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=84349831&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