Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 241391 Details for
Bug 331067
media-video/gpac doesn't respect LDFLAGS (with USE=jack pulseaudio) (patch provided)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
respect LDFLAGS
220_all_respect_ldflags.patch (text/plain), 1.42 KB, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-08-04 10:07:42 UTC
(
hide
)
Description:
respect LDFLAGS
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-08-04 10:07:42 UTC
Size:
1.42 KB
patch
obsolete
>http://bugs.gentoo.org/258331 >http://bugs.gentoo.org/310257 >http://bugs.gentoo.org/331067 > >--- modules/alsa/Makefile >+++ modules/alsa/Makefile >@@ -31,7 +31,7 @@ > all: $(LIB) > > $(LIB): $(OBJSPIC) >- $(CC) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -lasound >+ $(CC) $(SHFLAGS) $(LDFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -lasound > > > %.o: %.c >--- modules/jack/Makefile >+++ modules/jack/Makefile >@@ -32,7 +32,7 @@ > all: $(LIB) > > $(LIB): $(OBJSPIC) >- $(CC) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -L/usr/lib -ljack >+ $(CC) $(SHFLAGS) $(LDFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -L/usr/lib -ljack > > > %.o: %.c >--- modules/pulseaudio/Makefile >+++ modules/pulseaudio/Makefile >@@ -31,7 +31,7 @@ > all: $(LIB) > > $(LIB): $(OBJSPIC) >- $(CC) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -L/usr/lib -lpulse-simple >+ $(CC) $(SHFLAGS) $(LDFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -L/usr/lib -lpulse-simple > > > %.o: %.c >--- modules/oss_audio/Makefile >+++ modules/oss_audio/Makefile >@@ -40,7 +40,7 @@ > all: $(LIB) > > $(LIB): $(OBJSPIC) >- $(CC) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac $(OSS_LDFLAGS) >+ $(CC) $(SHFLAGS) $(LDFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac $(OSS_LDFLAGS) > > > %.o: %.c
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 331067
:
241265
| 241391