Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:GA
bin86
dev86-x86_64.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dev86-x86_64.patch of Package bin86
From fc7+ rpms: * Wed Dec 27 2006 Jindrich Novy <jnovy@redhat.com> - 0.16.17-4 - bcc now searches in correct path for bcc-cpp on x86_64 (#219697) MAY ONLY BE APPLIED in %ifarch x86_64!!! --- dev86-0.16.17/bcc/bcc.c.fix 2005-01-03 23:41:55.000000000 +0100 +++ dev86-0.16.17/bcc/bcc.c 2006-12-27 16:32:57.000000000 +0100 @@ -226,12 +226,12 @@ } else { /* Relative paths to normal PREFIX directory */ - default_include = build_libpath("-I", "/lib/bcc/include", ""); - default_libdir = build_libpath("-L", "/lib/bcc", libdir_suffix); - optim_rules = build_libpath("-d", "/lib/bcc", libdir_suffix); + default_include = build_libpath("-I", "/lib64/bcc/include", ""); + default_libdir = build_libpath("-L", "/lib64/bcc", libdir_suffix); + optim_rules = build_libpath("-d", "/lib64/bcc", libdir_suffix); - build_prefix("/lib/bcc", libdir_suffix, ""); - build_prefix("/lib/bcc", "", ""); + build_prefix("/lib64/bcc", libdir_suffix, ""); + build_prefix("/lib64/bcc", "", ""); } build_prefix("/bin", "", "");
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor