Skip to content
Commit 80c1ab12 authored by Robert Yang's avatar Robert Yang Committed by Joshua Lock
Browse files

apt 0.7.14: do_compile failed with gcc 4.7



apt do_compile failed with gcc 4.7:

deb/deblistparser.cc: In member function 'virtual short unsigned int debListParser::VersionHash()':
deb/deblistparser.cc:212:13: error: redeclaration of 'char* I'
deb/deblistparser.cc:202:22: error: 'const char** I' previously declared here

Backport the patch from the upstream would fix the problem, both target and
native apt need it.

[YOCTO #2488]

Signed-off-by: default avatarRobert Yang <liezhi.yang@windriver.com>
Signed-off-by: default avatarElizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: default avatarJoshua Lock <josh@linux.intel.com>
parent 440a6d5a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment