Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (3cb2307b83aa5f9f94969fb9c334716055105395)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (3cb2307b83aa5f9f94969fb9c334716055105395)
  • Date: Wed, 3 Oct 2007 03:56:59 -0500

GIT changes to master grimoire by Arwed von Merkatz <v.merkatz AT gmx.net>:

net/howl/HISTORY | 6 ++++++
net/howl/PRE_BUILD | 4 ++++
net/howl/kernel-headers.patch | 13 +++++++++++++
3 files changed, 23 insertions(+)

New commits:
commit 3cb2307b83aa5f9f94969fb9c334716055105395
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>

howl: fixed compile with current kernel headers, bug 14028

diff --git a/net/howl/HISTORY b/net/howl/HISTORY
index 8133e2d..04d67c8 100644
--- a/net/howl/HISTORY
+++ b/net/howl/HISTORY
@@ -1,3 +1,9 @@
+2007-10-03 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * PRE_BUILD, kernel-headers.patch: added patch to compile with current
+ kernel headers, bug #14028
+ moved sedit from BUILD to here
+ * BUILD: removed
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/net/howl/PRE_BUILD b/net/howl/PRE_BUILD
new file mode 100755
index 0000000..ee1c3df
--- /dev/null
+++ b/net/howl/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit "s:-@VERSION@::" howl.pc.in &&
+patch -p0 < $SCRIPT_DIRECTORY/kernel-headers.patch
diff --git a/net/howl/kernel-headers.patch b/net/howl/kernel-headers.patch
new file mode 100644
index 0000000..a460669
--- /dev/null
+++ b/net/howl/kernel-headers.patch
@@ -0,0 +1,13 @@
+--- src/lib/howl/Posix/posix_interface.c.orig 2007-10-03 10:50:56.000000000
+0200
++++ src/lib/howl/Posix/posix_interface.c 2007-10-03 10:51:02.000000000
+0200
+@@ -41,6 +41,10 @@
+ typedef __uint32_t u32;
+ typedef __uint16_t u16;
+ typedef __uint8_t u8;
++typedef uint64_t __u64;
++typedef uint32_t __u32;
++typedef uint16_t __u16;
++typedef uint8_t __u8;
+ # include <linux/sockios.h>
+ # include <linux/ethtool.h>
+ #endif



  • [SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (3cb2307b83aa5f9f94969fb9c334716055105395), Arwed von Merkatz, 10/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page