]> git.pld-linux.org Git - packages/arts.git/blame - arts-modules.patch
- reorders: *.la for regular shared libraries back to -devel,
[packages/arts.git] / arts-modules.patch
CommitLineData
995d413b 1--- arts-030515/artsc/Makefile.am~ 2003-03-24 00:30:02.000000000 +0100
2+++ arts-030515/artsc/Makefile.am 2003-05-15 15:26:39.000000000 +0200
3@@ -9,11 +9,11 @@
4 bin_SCRIPTS = artsc-config artsdsp
5
6 libartsdsp_la_SOURCES = artsdsp.c
7-libartsdsp_la_LDFLAGS = -no-undefined -module $(all_libraries)
8+libartsdsp_la_LDFLAGS = -no-undefined -module -avoid-version $(all_libraries)
9 libartsdsp_la_LIBADD = libartsc.la
10
11 libartsdsp_st_la_SOURCES = artsc.c artsdsp.c
12-libartsdsp_st_la_LDFLAGS = -no-undefined -module $(all_libraries)
13+libartsdsp_st_la_LDFLAGS = -no-undefined -module -avoid-version $(all_libraries)
14 libartsdsp_st_la_LIBADD = $(top_builddir)/libltdl/libltdlc.la
15
16 libartsc_la_SOURCES = artsc.c
17@@ -21,7 +21,7 @@
18 libartsc_la_LIBADD = $(top_builddir)/libltdl/libltdlc.la $(LIBPTHREAD) $(USE_THREADS)
19
20 libartscbackend_la_SOURCES = artscbackend.cc
21-libartscbackend_la_LDFLAGS = -no-undefined -module $(KDE_RPATH) $(all_libraries)
22+libartscbackend_la_LDFLAGS = -no-undefined -module -avoid-version $(KDE_RPATH) $(all_libraries)
23 libartscbackend_la_LIBADD = $(FLOWLIBS) \
24 $(top_builddir)/soundserver/libsoundserver_idl.la
25
26--- arts-030515/soundserver/Makefile.am~ 2003-03-24 00:30:05.000000000 +0100
27+++ arts-030515/soundserver/Makefile.am 2003-05-15 15:29:59.000000000 +0200
28@@ -38,13 +38,13 @@
29 libartswavplayobject_la_SOURCES = wavplayobject_impl.cc
30 libartswavplayobject_la_LIBADD = $(top_builddir)/mcop/libmcop.la \
31 libsoundserver_idl.la $(FLOWLIBS)
32-libartswavplayobject_la_LDFLAGS = -no-undefined -module $(all_libraries)
33+libartswavplayobject_la_LDFLAGS = -no-undefined -module -avoid-version $(all_libraries)
34 libartswavplayobject_la_COMPILE_FIRST = soundserver.h ../flow/artsflow.h
35
36 libartsgslplayobject_la_SOURCES = gslplayobject_impl.cc
37 libartsgslplayobject_la_LIBADD = $(top_builddir)/mcop/libmcop.la \
38 libsoundserver_idl.la $(FLOWLIBS)
39-libartsgslplayobject_la_LDFLAGS = -no-undefined -module $(all_libraries)
40+libartsgslplayobject_la_LDFLAGS = -no-undefined -module -avoid-version $(all_libraries)
41 libartsgslplayobject_la_COMPILE_FIRST = soundserver.h ../flow/artsflow.h
42
43 ###### "real" programs
44--- arts-030515/x11/Makefile.am~ 2003-03-24 00:30:05.000000000 +0100
45+++ arts-030515/x11/Makefile.am 2003-05-15 15:32:15.000000000 +0200
46@@ -4,7 +4,7 @@
47
48 libx11globalcomm_la_SOURCES = x11globalcomm.cc x11globalcomm_impl.cc
49 libx11globalcomm_la_LIBADD = $(top_builddir)/mcop/libmcop.la $(LIB_X11)
50-libx11globalcomm_la_LDFLAGS = -no-undefined -module -version-info 1:0 $(X_LDFLAGS) $(all_libraries)
51+libx11globalcomm_la_LDFLAGS = -no-undefined -module -avoid-version $(X_LDFLAGS) $(all_libraries)
52
53 DISTCLEANFILES = x11globalcomm.cc x11globalcomm.h \
54 x11globalcomm.mcoptype x11globalcomm.mcopclass
This page took 0.025036 seconds and 4 git commands to generate.