Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
trace-cmd
makefile-lib64.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File makefile-lib64.patch of Package trace-cmd
From: Tony Jones <tonyj@suse.de> Subject: install 64bit libs into /usr/lib64 Upstream: no Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) --- a/Makefile +++ b/Makefile @@ -56,8 +56,14 @@ ifeq ($(prefix),$(HOME)) plugin_dir = $(HOME)/.trace-cmd/plugins python_dir = $(HOME)/.trace-cmd/python else -plugin_dir = $(prefix)/lib/trace-cmd/plugins -python_dir = $(prefix)/lib/trace-cmd/python +libdir = lib +ifeq ($(prefix),/usr) + ifeq ($(shell getconf LONG_BIT),64) + libdir = lib64 + endif +endif +plugin_dir = $(prefix)/$(libdir)/trace-cmd/plugins +python_dir = $(prefix)/$(libdir)/trace-cmd/python PLUGIN_DIR = -DPLUGIN_DIR="$(plugin_dir)" PYTHON_DIR = -DPYTHON_DIR="$(python_dir)" PLUGIN_DIR_SQ = '$(subst ','\'',$(PLUGIN_DIR))'
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