/[pkgs]/devel/ORBit/ORBit-0.5.17-IIOP-weak-symbols.patch
ViewVC logotype

Contents of /devel/ORBit/ORBit-0.5.17-IIOP-weak-symbols.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Mon Aug 28 15:12:46 2006 UTC (3 years, 2 months ago) by pghmcfc
Branch: MAIN
CVS Tags: ORBit-0_5_17-25_fc11, F-12-split, ORBit-0_5_17-20_fc7, F-10-split, ORBit-0_5_17-23_fc9, ORBit-0_5_17-22_fc9, F-7-split, ORBit-0_5_17-24_fc11, F-11-split, ORBit-0_5_17-27_fc12, ORBit-0_5_17-26_fc12, F-8-split, ORBit-0_5_17-19_fc6, ORBit-0_5_17-28_fc12, F-9-split, FC-6-split, ORBit-0_5_17-21_fc7, HEAD
File MIME type: text/x-patch
Fix undefined non-weak symbols in libIIOP.so (#202328)
1 --- ORBit-0.5.17/src/IIOP/Makefile.am 2006-08-28 13:40:47.000000000 +0100
2 +++ ORBit-0.5.17/src/IIOP/Makefile.am 2006-08-28 13:39:05.000000000 +0100
3 @@ -36,7 +36,7 @@
4 iiop-encoders.h \
5 iiop-endian.h
6
7 -libIIOP_la_LIBADD=$(libwrap_files) $(libwrap_deps)
8 +libIIOP_la_LIBADD=$(top_builddir)/src/ORBitutil/libORBitutil.la $(GLIB_LIBS) $(libwrap_files) $(libwrap_deps)
9
10 $(libwrap_files): make_libwrap_files
11
12 --- ORBit-0.5.17/src/IIOP/Makefile.in 2006-08-28 13:41:39.000000000 +0100
13 +++ ORBit-0.5.17/src/IIOP/Makefile.in 2006-08-28 13:39:55.000000000 +0100
14 @@ -114,7 +114,7 @@
15 libIIOPinclude_HEADERS = IIOP-config.h IIOP-types.h IIOP.h giop-msg-buffer.h iiop-encoders.h iiop-endian.h
16
17
18 -libIIOP_la_LIBADD = $(libwrap_files) $(libwrap_deps)
19 +libIIOP_la_LIBADD = $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ $(libwrap_files) $(libwrap_deps)
20
21 BUILT_SOURCES = $(libwrap_files)
22

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2