[oe-commits] org.oe.dev libnet: fix building for x86_64 - close #2094

Alexis commit openembedded-commits at lists.openembedded.org
Sun Apr 22 14:43:18 UTC 2007


libnet: fix building for x86_64 - close #2094

Author: Alexis
Branch: org.openembedded.dev
Revision: 8e348f6c0476dae2e6ade585cd7d750fed94d828
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8e348f6c0476dae2e6ade585cd7d750fed94d828
Files:
1
packages/libnet/libnet-1.0.2a/configure_x86-64-host.patch
packages/libnet/libnet_1.0.2a.bb
Diffs:

#
# mt diff -r7306b11ae742fe0f52e15fdd926593d76a2c1769 -r8e348f6c0476dae2e6ade585cd7d750fed94d828
#
# 
# 
# add_file "packages/libnet/libnet-1.0.2a/configure_x86-64-host.patch"
#  content [c5d00d2e297a2dfcbd4bdf51b43638aba45ee0f6]
# 
# patch "packages/libnet/libnet_1.0.2a.bb"
#  from [840ad24fd8d964299b075c54eebcffa2405e61c2]
#    to [c836ff60ee5013aa4412816df9fcc405262554a5]
# 
============================================================
--- packages/libnet/libnet-1.0.2a/configure_x86-64-host.patch	c5d00d2e297a2dfcbd4bdf51b43638aba45ee0f6
+++ packages/libnet/libnet-1.0.2a/configure_x86-64-host.patch	c5d00d2e297a2dfcbd4bdf51b43638aba45ee0f6
@@ -0,0 +1,11 @@
+--- Libnet-1.0.2a/config.sub~	2007-04-07 22:00:37.000000000 +0200
++++ Libnet-1.0.2a/config.sub	2007-04-07 22:00:37.000000000 +0200
+@@ -161,7 +161,7 @@
+ 	# We use `pc' rather than `unknown'
+ 	# because (1) that's what they normally are, and
+ 	# (2) the word "unknown" tends to confuse beginning users.
+-	i[3456]86)
++	i[3456]86 | x86_64)
+ 	  basic_machine=$basic_machine-pc
+ 	  ;;
+ 	# Object if more than one company name word.
============================================================
--- packages/libnet/libnet_1.0.2a.bb	840ad24fd8d964299b075c54eebcffa2405e61c2
+++ packages/libnet/libnet_1.0.2a.bb	c836ff60ee5013aa4412816df9fcc405262554a5
@@ -13,6 +13,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/libn/li
 SRC_URI = "${DEBIAN_MIRROR}/main/libn/libnet0/libnet0_${PV}.orig.tar.gz \
 	   file://configure.patch;patch=1 \
 	   file://configure.uclibc.patch;patch=1 \
+	   file://configure_x86-64-host.patch;patch=1 \
 	   "
 S = "${WORKDIR}/libnet-${PV}.orig"
 






More information about the Openembedded-commits mailing list