Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:0-Bootstrap
make
make-library-search-path.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File make-library-search-path.diff of Package make
make searches for -lfoo targets in /lib and /usr/lib after mangling them with .LIBPATTERNS into libfoo.so This patch extends the search path to /lib64 and /usr/lib64 --- remake.c | 2 ++ 1 file changed, 2 insertions(+) Index: make-4.1/remake.c =================================================================== --- make-4.1.orig/remake.c 2014-10-05 17:24:51.000000000 +0100 +++ make-4.1/remake.c 2014-10-15 23:20:42.000000000 +0100 @@ -1549,6 +1549,8 @@ library_search (const char *lib, FILE_TI static const char *dirs[] = { #ifndef _AMIGA + "/lib64", + "/usr/lib64", "/lib", "/usr/lib", #endif
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