Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (bf8dbc09dafd57b116e4ef4f1dca0ef3d0dd2fbc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (bf8dbc09dafd57b116e4ef4f1dca0ef3d0dd2fbc)
  • Date: Thu, 10 May 2012 19:37:52 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

net/iproute2/DEPENDS | 5 +----
net/iproute2/HISTORY | 3 +++
2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit bf8dbc09dafd57b116e4ef4f1dca0ef3d0dd2fbc
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

iproute2: Requires libnl even for 3.2+ kernels (See Bug #389)

diff --git a/net/iproute2/DEPENDS b/net/iproute2/DEPENDS
index 3866c1e..19a2a22 100755
--- a/net/iproute2/DEPENDS
+++ b/net/iproute2/DEPENDS
@@ -1,10 +1,7 @@
. "$GRIMOIRE/FUNCTIONS" &&

depends bison &&
-
-if is_version_less $(get_kernel_version) 3.2; then
- depends libnl
-fi &&
+depends libnl &&

if [ "$BUILD_DOCS" == "y" ]; then
depends linuxdoc-tools &&
diff --git a/net/iproute2/HISTORY b/net/iproute2/HISTORY
index 64c7593..236f73a 100644
--- a/net/iproute2/HISTORY
+++ b/net/iproute2/HISTORY
@@ -1,3 +1,6 @@
+2012-05-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Requires libnl even for 3.2+ kernels (See Bug #389)
+
2012-01-28 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: fixed compilation with 2.6.35 and such
* DEPENDS: added missing dependency



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (bf8dbc09dafd57b116e4ef4f1dca0ef3d0dd2fbc), Eric Sandall, 05/10/2012

Archive powered by MHonArc 2.6.24.

Top of Page