kernel: fq_codel: dont reinit flow state
[openwrt/staging/lynxis/omap.git] / package / ppp / patches / 010-use_target_for_configure.patch
index 56439a6122ca753e677171ca166d2a5159e0236a..aff0df67f862ebc64be32cbcfbbd551378b398c6 100644 (file)
@@ -1,9 +1,14 @@
+configure: Allow overriding uname results
 
-       Use values exported from $(TOPDIR)/rules.mk for determining
-       the target system instead of the host configuration
+In a cross compile setting it makes no sense to rely on the "uname" values
+reported by the build host system. This patch allows overriding the
+"uname -r", "uname -s" and "uname -m" results with the "UNAME_R", "UNAME_S"
+and "UNAME_M" environment variables.
 
---- ppp-2.4.3/configure.orig   Sat Nov  6 11:36:32 2004
-+++ ppp-2.4.3/configure        Sun Jun 18 23:40:46 2006
+Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+
+--- a/configure
++++ b/configure
 @@ -8,9 +8,9 @@ SYSCONF=/etc
  #  if [ -d /NextApps ]; then
  #    system="NeXTStep"
@@ -17,4 +22,3 @@
  #  fi
  state="unknown"
  
-