about summary refs log tree commit diff
path: root/debian/patches
diff options
context:
space:
mode:
authorRiccardo Setti <giskard@autistici.org>2006-08-07 11:22:31 +0000
committerRiccardo Setti <giskard@autistici.org>2006-08-07 11:22:31 +0000
commit0eca7a8c9c4bafc2cb977306aa0d6c1b4774b315 (patch)
tree42f16310c69d4a2031f66818fdbd8964e661154d /debian/patches
parent28d56c2421a32c149cc62a7ab14ab18f05bd042e (diff)
fixed some typo in README.Debian, removed 09.patch (better solution are coming), fixed 08.patch
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@914 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/08-disabled_devices.patch2
-rw-r--r--debian/patches/09_fix_bigendian_sha1.patch14
2 files changed, 1 insertions, 15 deletions
diff --git a/debian/patches/08-disabled_devices.patch b/debian/patches/08-disabled_devices.patch
index 50a4e4c2..07b87d9a 100644
--- a/debian/patches/08-disabled_devices.patch
+++ b/debian/patches/08-disabled_devices.patch
@@ -39,7 +39,7 @@
 +	 */
 +	for (curr_d = curr_device->info; curr_d; curr_d = curr_d->next) {
 +		if (strcmp (curr_d->key, "inet")
-+		    || strcmp (curr_d->data, "dhcp" )|| strcmp ( curr_d->key, "iface"))
++		    || strcmp (curr_d->data, "dhcp" ))
 +			blacklist = TRUE;
 +	}
 +
diff --git a/debian/patches/09_fix_bigendian_sha1.patch b/debian/patches/09_fix_bigendian_sha1.patch
deleted file mode 100644
index 07d2f2ae..00000000
--- a/debian/patches/09_fix_bigendian_sha1.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.old	2006-08-07 10:31:07.000000000 +0200
-+++ configure	2006-08-07 10:31:14.000000000 +0200
-@@ -25440,6 +25440,11 @@
- echo "${ECHO_T}no" >&6; }
- fi
- 
-+## Enable bigendian stuff for sha1 hash code
-+if "$target_cpu" = "powerpc"; then
-+      CPU_CFLAGS="-DWORDS_BIGENDIAN $CPU_CFLAGS"
-+fi
-+
- ac_config_files="$ac_config_files Makefile include/Makefile utils/Makefile src/Makefile src/named-manager/Makefile src/vpn-manager/Makefile src/dhcp-manager/Makefile src/backends/Makefile libnm-util/libnm-util.pc libnm-util/Makefile dispatcher-daemon/Makefile gnome/Makefile gnome/applet/Makefile gnome/applet/icons/Makefile gnome/libnm_glib/libnm_glib.pc gnome/libnm_glib/Makefile gnome/vpn-properties/Makefile test/Makefile test/test-common/Makefile test/libnm-util/Makefile initscript/Makefile initscript/RedHat/Makefile initscript/RedHat/NetworkManager initscript/RedHat/NetworkManagerDispatcher initscript/Gentoo/Makefile initscript/Gentoo/NetworkManager initscript/Debian/Makefile initscript/Slackware/Makefile initscript/Slackware/rc.networkmanager initscript/Slackware/rc.networkmanager-dispatcher initscript/SUSE/Makefile initscript/SUSE/networkmanager initscript/SUSE/networkmanager-dispatcher initscript/Arch/Makefile initscript/Arch/networkmanager initscript/Arch/networkmanager-dispatcher man/Makefile man/NetworkManager.1 man/NetworkManagerDispatcher.1 man/nm-tool.1 po/Makefile.in NetworkManager.pc"
- 
- cat >confcache <<\_ACEOF