quagga: fix a typOS
authorRoy Li <rongqing.li@windriver.com>
Wed, 29 Jan 2014 05:26:58 +0000 (13:26 +0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:35:38 +0000 (08:35 -0800)
it should be CPP, not cpp; this typOS makes vtysh unable to work.

(From meta-openembedded rev: 7cb2f9e4c2c6c889345a708c0d0cabde16fbc70c)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-networking/recipes-protocols/quagga/files/build-fix-extract.pl-for-cross-compilation.patch

index e3ccc2a..7e5beef 100644 (file)
@@ -22,7 +22,7 @@ index 7612aff..4c3a47f 100755
      $file = $_;
  
 -    open (FH, "cpp -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I@top_builddir@ -I@srcdir@/ -I@srcdir@/.. -I@top_srcdir@/lib -I@top_srcdir@/isisd/topology @SNMP_INCLUDES@ @CPPFLAGS@ $file |");
-+    open (FH, "@cpp@ -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I@top_builddir@ -I@srcdir@/ -I@srcdir@/.. -I@top_srcdir@/lib -I@top_srcdir@/isisd/topology @SNMP_INCLUDES@ @CPPFLAGS@ $file |");
++    open (FH, "@CPP@ -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I@top_builddir@ -I@srcdir@/ -I@srcdir@/.. -I@top_srcdir@/lib -I@top_srcdir@/isisd/topology @SNMP_INCLUDES@ @CPPFLAGS@ $file |");
      local $/; undef $/;
      $line = <FH>;
      close (FH);