Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
procdump
procdump-SUSE.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File procdump-SUSE.patch of Package procdump
Index: ProcDump-for-Linux-1.0/Makefile =================================================================== --- ProcDump-for-Linux-1.0.orig/Makefile +++ ProcDump-for-Linux-1.0/Makefile @@ -1,6 +1,5 @@ ROOT=. -CC=gcc -CFLAGS=-I ./include -pthread +CFLAGS=-I ./include -pthread $(RPM_OPT_FLAGS) LIBDIR=lib OBJDIR=obj SRCDIR=src @@ -32,8 +31,8 @@ all: clean build build: $(OBJDIR) $(BINDIR) $(OUT) install: - cp $(BINDIR)/procdump $(INSTALLDIR) - cp procdump.1 $(MANDIR) + install -D -m0755 $(BINDIR)/procdump $(DESTDIR)$(INSTALLDIR)/procdump + install -D -m0644 procdump.1 $(DESTDIR)$(MANDIR)/procdump.1 $(OBJDIR)/%.o: $(SRCDIR)/%.c $(CC) -c -g -o $@ $< $(CFLAGS)
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