Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 343026 Details for
Bug 337605
media-sound/dbmeasure does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dbmeasure-makefile.patch
dbmeasure-makefile.patch (text/plain), 570 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-23 19:43:01 UTC
(
hide
)
Description:
dbmeasure-makefile.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-23 19:43:01 UTC
Size:
570 bytes
patch
obsolete
>--- Makefile 2010-02-17 02:44:04.000000000 +0100 >+++ Makefile_new 2013-03-23 20:37:26.537788926 +0100 >@@ -1,13 +1,13 @@ >-CFLAGS=-Wextra -Wall -O0 -g -pipe `pkg-config --cflags alsa` >+CFLAGS:= $(CFLAGS) `pkg-config --cflags alsa` > LIBS=`pkg-config --libs alsa` -lm > > all: dbmeasure dbverify > > dbmeasure: dbmeasure.o >- $(CC) -o dbmeasure $^ $(CFLAGS) $(LIBS) >+ $(CC) -o dbmeasure $^ $(CFLAGS) $(LIBS) $(LDFLAGS) > > dbverify: dbverify.o >- $(CC) -o dbverify $^ $(CFLAGS) $(LIBS) >+ $(CC) -o dbverify $^ $(CFLAGS) $(LIBS) $(LDFLAGS) > > clean: > rm -f *.o dbmeasure dbverify
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 337605
:
247566
|
343024
| 343026