Mageia Bugzilla – Attachment 2858 Details for
Bug 7579
package request linuxsampler (command-line audio sampler)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch to modify tthe LDFLAGS in makefiles
add_ldflag-lpthread-ldl_to_makefile.patch (text/plain), 355 bytes, created by
Philippe Didier
on 2012-09-26 01:07:16 CEST
(
hide
)
Description:
patch to modify tthe LDFLAGS in makefiles
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2012-09-26 01:07:16 CEST
Size:
355 bytes
patch
obsolete
>--- ./src/Makefile.in 2012-09-22 21:09:31.000000000 +0200 >+++ ./src/Makefile.in 2012-09-23 00:41:53.830000002 +0200 > >@@ -181,7 +181,7 @@ > INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ > JACK_CFLAGS = @JACK_CFLAGS@ > JACK_LIBS = @JACK_LIBS@ >-LDFLAGS = @LDFLAGS@ >+LDFLAGS = @LDFLAGS@ -lpthread -ldl > LIBOBJS = @LIBOBJS@ > LIBS = @LIBS@ > LIBTOOL = @LIBTOOL@ >
--- ./src/Makefile.in 2012-09-22 21:09:31.000000000 +0200 +++ ./src/Makefile.in 2012-09-23 00:41:53.830000002 +0200 @@ -181,7 +181,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JACK_CFLAGS = @JACK_CFLAGS@ JACK_LIBS = @JACK_LIBS@ -LDFLAGS = @LDFLAGS@ +LDFLAGS = @LDFLAGS@ -lpthread -ldl LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7579
: 2858 |
2859
|
2883
|
2884
|
2897
|
3037
|
3041
|
3042
|
3043
|
3085