Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 313708 Details for
Bug 226425
Merge Review: sox
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to avoid_version of module in sox 14.1.0
sox-14.1.0.avoid_version.patch (text/plain), 1.80 KB, created by
Nicolas Chauvet (kwizart)
on 2008-08-07 15:35:02 UTC
(
hide
)
Description:
Patch to avoid_version of module in sox 14.1.0
Filename:
MIME Type:
Creator:
Nicolas Chauvet (kwizart)
Created:
2008-08-07 15:35:02 UTC
Size:
1.80 KB
patch
obsolete
>diff -up sox-14.1.0/configure.ac.avoid_version sox-14.1.0/configure.ac >--- sox-14.1.0/configure.ac.avoid_version 2008-07-21 05:42:24.000000000 +0200 >+++ sox-14.1.0/configure.ac 2008-08-07 17:16:04.000000000 +0200 >@@ -19,6 +19,10 @@ AM_PROG_CC_C_O > AC_PROG_INSTALL > AC_PROG_LN_S > >+# Increase version when binary compatibility with previous version is broken >+SHLIB_VERSION=0:0:0 >+AC_SUBST(SHLIB_VERSION) >+ > AC_ARG_WITH(libltdl, > AC_HELP_STRING([--without-libltdl], > [Don't try to use libltdl for external dynamic library support])) >diff -up sox-14.1.0/src/Makefile.am.avoid_version sox-14.1.0/src/Makefile.am >--- sox-14.1.0/src/Makefile.am.avoid_version 2008-07-24 02:53:05.000000000 +0200 >+++ sox-14.1.0/src/Makefile.am 2008-08-07 17:19:44.000000000 +0200 >@@ -33,7 +33,7 @@ sox_sample_test_SOURCES = sox_sample_tes > > if HAVE_LIBLTDL > AM_CFLAGS += $(LTDLINCL) >-AM_LDFLAGS = $(LIBLTDL) >+AM_LDFLAGS = $(LIBLTDL) -avoid-version -module > > # Format modules; listed first so optional ones can be added later > pkglib_LTLIBRARIES = libsox_fmt_raw.la libsox_fmt_s1.la \ >@@ -243,6 +243,10 @@ endif > > libsfx_la_CFLAGS = @SAMPLERATE_CFLAGS@ > libsfx_la_LIBADD = @PNG_LIBS@ @SAMPLERATE_LIBS@ libsox.la >+libsfx_la_LDFLAGS = -version-info @SHLIB_VERSION@ >+if HAVE_LIBLTDL >+libsfx_la_LDFLAGS += $(LIBLTDL) >+endif > > ############################################ > # libsox - file format and utility library # >@@ -254,8 +258,10 @@ libsox_la_SOURCES = adpcms.c adpcms.h ai > xmalloc.c xmalloc.h getopt.c getopt1.c getopt.h \ > soxconfig.h util.c util.h libsox.c libsox_i.c > libsox_la_CFLAGS = >+libsox_la_LDFLAGS = -version-info @SHLIB_VERSION@ > > if HAVE_LIBLTDL >+libsox_la_LDFLAGS += $(LIBLTDL) > else > libsox_la_SOURCES += raw-fmt.c s1-fmt.c s2-fmt.c s3-fmt.c \ > s4-fmt.c u1-fmt.c u2-fmt.c u3-fmt.c u4-fmt.c al-fmt.c la-fmt.c ul-fmt.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 226425
:
295071
| 313708