ALT Linux Bugzilla
– Attachment 2666 Details for
Bug 15814
Пришла пора обновить?
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Хак, вводящий версионирование soname
libquicktime-1.0.2-soname_hack-alt.patch (text/plain), 1.60 KB, created by
Yury Aliaev
on 2008-06-09 12:13:07 MSD
(
hide
)
Description:
Хак, вводящий версионирование soname
Filename:
MIME Type:
Creator:
Yury Aliaev
Created:
2008-06-09 12:13:07 MSD
Size:
1.60 KB
patch
obsolete
>diff -ur libquicktime-1.0.2.orig/configure.ac libquicktime-1.0.2/configure.ac >--- libquicktime-1.0.2.orig/configure.ac 2008-01-02 23:57:44 +0300 >+++ libquicktime-1.0.2/configure.ac 2008-06-09 11:44:24 +0400 >@@ -7,6 +7,19 @@ > LQT_VERSION_MINOR=`echo $VERSION | cut -d . -f 2` > LQT_VERSION_MICRO=`echo $VERSION | cut -d . -f 3 | cut -d p -f 1` > >+# If the source code has changed at all, increment LIBQUICKTIME_REVISION >+# If any interfaces have been added, removed, or changed, increment LIBQUICKTIME_CURRENT, and set LIBQUICKTIME_REVISION to 0. >+# If any interfaces have been added since the last public release, then increment LIBQUICKTIME_AGE. >+# If any interfaces have been removed since the last public release, then set LIBQUICKTIME_AGE to 0. >+# Reference: http://www.gnu.org/software/libtool/manual.html#Versioning >+# Quick hack is implemented here! Please replace this with correct values for libquicktime. >+LIBQUICKTIME_REVISION=0 >+LIBQUICKTIME_CURRENT=102 >+LIBQUICKTIME_AGE=0 >+AC_SUBST(LIBQUICKTIME_REVISION) >+AC_SUBST(LIBQUICKTIME_CURRENT) >+AC_SUBST(LIBQUICKTIME_AGE) >+ > USER_CFLAGS=$CFLAGS > > AM_CONFIG_HEADER(config.h) >diff -ur libquicktime-1.0.2.orig/src/Makefile.am libquicktime-1.0.2/src/Makefile.am >--- libquicktime-1.0.2.orig/src/Makefile.am 2008-01-02 23:57:44 +0300 >+++ libquicktime-1.0.2/src/Makefile.am 2008-06-09 11:37:59 +0400 >@@ -9,7 +9,7 @@ > # > libquicktime_la_LIBADD = @ICONV_LIBS@ @LTLIBINTL@ > >-libquicktime_la_LDFLAGS = -export-dynamic >+libquicktime_la_LDFLAGS = -export-dynamic -version-info $(LIBQUICKTIME_CURRENT):$(LIBQUICKTIME_REVISION):$(LIBQUICKTIME_AGE) > > # build only the files, which can be compiled >
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 15814
:
2646
|
2647
| 2666