Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86361 Details for
Bug 132567
app-text/gocr-0.4.0: fix compilation with -Wl,--as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/gocr-0.40-as-needed.patch
gocr-0.40-as-needed.patch (text/plain), 611 bytes, created by
TGL
on 2006-05-07 07:35:03 UTC
(
hide
)
Description:
files/gocr-0.40-as-needed.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2006-05-07 07:35:03 UTC
Size:
611 bytes
patch
obsolete
>--- gocr-0.40/src/Makefile.in.orig 2006-05-07 16:06:35.000000000 +0200 >+++ gocr-0.40/src/Makefile.in 2006-05-07 16:09:10.000000000 +0200 >@@ -42,7 +42,8 @@ > CPPFLAGS=@CPPFLAGS@ > # to see the config.h > CFLAGS=@CFLAGS@ $(CPPFLAGS) -I../include $(DEFS) >-LDFLAGS=@LDFLAGS@ @LIBS@ -L. >+LDFLAGS=@LDFLAGS@ >+LIBADD=@LIBS@ > DESTDIR=@prefix@ > > .c.o: >@@ -53,7 +54,7 @@ > all: $(PROGRAM) $(LIBPGMASCLIB) > >-$(PROGRAM): $(LIBPGMASCLIB) gocr.o >- $(CC) -o $@ gocr.o $(LDFLAGS) -l$(PGMASCLIB) >+$(PROGRAM): $(LIBOBJS) gocr.o >+ $(CC) $(LDFLAGS) $(LIBOBJS) gocr.o $(LIBADD) -o $@ > if test -r $(PROGRAM); then cp $@ ../bin; fi > >
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 132567
: 86361 |
86362