Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 385878 Details for
Bug 524188
=sys-apps/rename-1.99.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rename-1.99.2-gentoo.patch
rename-1.99.2-gentoo.patch (text/plain), 593 bytes, created by
Jeroen Roovers (RETIRED)
on 2014-10-01 09:21:19 UTC
(
hide
)
Description:
rename-1.99.2-gentoo.patch
Filename:
MIME Type:
Creator:
Jeroen Roovers (RETIRED)
Created:
2014-10-01 09:21:19 UTC
Size:
593 bytes
patch
obsolete
>--- a/Makefile >+++ b/Makefile >@@ -2,13 +2,12 @@ > > #DEBUG = -g -DDEBUG > >-CC = gcc >-PREFIX = /usr/local >-BINDIR = /usr/local/bin >-MANDIR = /usr/local/man/man1 >+PREFIX ?= /usr >+BINDIR = $(PREFIX)/bin >+MANDIR = $(PREFIX)/share/man/man1 > > DEFINES = -DHAVE_CONFIG_H -DCFG_UNIX_API >-CFLAGS = -Wall -O3 ${DEBUG} ${DEFINES} >+CFLAGS += -Wall ${DEBUG} ${DEFINES} > > > OBJS = main.o rename.o fixtoken.o >@@ -18,8 +17,7 @@ > all: $(TARGET) > > $(TARGET) : $(OBJS) >- $(CC) $(CFLAGS) -o $@ $^ >- cp $@ /usr/local/bin >+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ > > static: $(OBJS) > $(CC) $(CFLAGS) -static -o $@ $^
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 524188
:
385876
| 385878 |
385880