Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ec08b6215e5ab2fb24a502fced349aa5f351027a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ec08b6215e5ab2fb24a502fced349aa5f351027a)
  • Date: Tue, 14 Jul 2015 01:11:29 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/glibc/BUILD | 9 +++++++++
libs/glibc/HISTORY | 4 ++++
video/mkvtoolnix/DEPENDS | 1 +
video/mkvtoolnix/HISTORY | 3 +++
4 files changed, 17 insertions(+)

New commits:
commit ec08b6215e5ab2fb24a502fced349aa5f351027a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mkvtoolnix: the build depends on RUBY

commit f03b0f2e105bd48dd61210a4e150b1ebabed20d5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

glibc: Remove -lto and -Wunsafe-loop-optimizations CFLAGS/LDFLAGS

Makes the build fail.

diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index 9702c59..38fd04f 100755
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -1,5 +1,14 @@
make_single &&

+# Following flags make the build fail
+for flag in \
+ -flto \
+ -Wunsafe-loop-optimizations
+do
+ LDFLAGS="${LDFLAGS/$flag}" &&
+ CFLAGS="${CFLAGS/$flag}"
+done &&
+
if [[ $GLIBC_DEBUG == "y" ]]; then
LDFLAGS="${LDFLAGS/-s/}"
fi &&
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index d9dc31f..3d6e6e1 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,7 @@
+2015-07-13 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Remove -lto and -Wunsafe-loop-optimizations from CFLAGS and
+ LDFLAGS, makes the build fail
+
2015-06-04 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added missing required dependency -- binutils

diff --git a/video/mkvtoolnix/DEPENDS b/video/mkvtoolnix/DEPENDS
index 65ac823..a5608d8 100755
--- a/video/mkvtoolnix/DEPENDS
+++ b/video/mkvtoolnix/DEPENDS
@@ -10,6 +10,7 @@ depends zlib &&
depends -sub REGEX boost "--with-boost-libdir=${INSTALL_ROOT}/usr/lib"
&&
depends -sub FILESYSTEM boost &&
depends -sub SYSTEM boost &&
+depends RUBY &&

optional_depends WXWIDGET \
'--enable-gui --enable-wxwidgets' \
diff --git a/video/mkvtoolnix/HISTORY b/video/mkvtoolnix/HISTORY
index 63adb6a..5bb7641 100644
--- a/video/mkvtoolnix/HISTORY
+++ b/video/mkvtoolnix/HISTORY
@@ -1,3 +1,6 @@
+2015-07-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: the build depends on RUBY
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: depends -sub CXX gcc (half-automated)




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ec08b6215e5ab2fb24a502fced349aa5f351027a), Ismael Luceno, 07/13/2015

Archive powered by MHonArc 2.6.24.

Top of Page