Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 195562 Details for
Bug 275200
media-gfx/jhead-2.8.7 version bump + respect cflags + respect ldflags + mktemp
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to makefile to respect flags
jhead-respect_flags.patch (text/plain), 502 bytes, created by
Zeev Tarantov
on 2009-06-23 14:51:36 UTC
(
hide
)
Description:
patch to makefile to respect flags
Filename:
MIME Type:
Creator:
Zeev Tarantov
Created:
2009-06-23 14:51:36 UTC
Size:
502 bytes
patch
obsolete
>--- makefile.orig 2009-06-23 17:08:18.017847256 +0300 >+++ makefile 2009-06-23 17:10:32.682853270 +0300 >@@ -3,7 +3,6 @@ > #-------------------------------- > OBJ=. > SRC=. >-CFLAGS= -O3 -Wall > > all: jhead > >@@ -11,10 +10,10 @@ > $(OBJ)/exif.o $(OBJ)/iptc.o $(OBJ)/gpsinfo.o $(OBJ)/makernote.o > > $(OBJ)/%.o:$(SRC)/%.c >- ${CC} $(CFLAGS) -c $< -o $@ >+ ${CC} ${CFLAGS} -c $< -o $@ > > jhead: $(objs) jhead.h >- ${CC} -o jhead $(objs) -lm >+ ${CC} ${LDFLAGS} -o jhead $(objs) -lm > > clean: > rm -f $(objs) jhead
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 275200
:
195561
| 195562 |
195564