Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 242687 Details for
Bug 332463
app-misc/glimpse does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The patch
glimpse-4.18.5-makefile.patch (text/plain), 1.02 KB, created by
Dane Smith (RETIRED)
on 2010-08-13 01:43:37 UTC
(
hide
)
Description:
The patch
Filename:
MIME Type:
Creator:
Dane Smith (RETIRED)
Created:
2010-08-13 01:43:37 UTC
Size:
1.02 KB
patch
obsolete
>--- Makefile.in 2006-03-10 20:42:12.000000000 -0500 >+++ Makefile.in.new 2010-08-12 21:12:41.000000000 -0400 >@@ -52,7 +52,7 @@ > PROGAGREP = agrep/agrep > OPTIMIZEFLAGS = -O2 > INCLUDEFLAGS = -I$(INDEXDIR) -I$(AGREPDIR) -I$(TEMPLATEDIR)/include >-CFLAGS = $(INCLUDEFLAGS) $(DEFS) >+CFLAGS = $(INCLUDEFLAGS) $(DEFS) $(OPTIMIZEFLAGS) > > OBJS = get_filename.o \ > get_index.o \ >@@ -78,7 +78,7 @@ > $(INDEXDIR)/memlook.c \ > $(INDEXDIR)/io.c > >-all: build-sub @TARGET@ >+all: build-sub > Sall: $(PROG) $(PROGSERVER) $(PROGINDEX) > agrep: $(PROGAGREP) > NOTSall: $(NOTSPROG) $(NOTSPROGSERVER) >@@ -87,6 +87,7 @@ > for d in $(SUBDIRS) ; do \ > ( cd $$d; $(MAKE) ); \ > done >+ $(MAKE) @TARGET@ > > # Check target > >@@ -105,11 +106,11 @@ > > install-man: > for d in $(MANUAL) ; do \ >- $(INSTALL_MAN) $$d $(mandir) ; \ >+ $(INSTALL_MAN) $$d $(mandir)/man1/ ; \ > done > > installdirs: mkinstalldirs >- $(srcdir)/mkinstalldirs $(bindir) $(mandir) >+ $(srcdir)/mkinstalldirs $(bindir) $(mandir)/man1/ > > clean: > for d in $(SUBDIRS); do \
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 Raw
Actions:
View
Attachments on
bug 332463
:
242605
|
242685
| 242687