[omniORB] Patch for AIX traditional compile
Mark Zimmerman
markzimm@frii.com
Fri Mar 21 17:38:02 2003
--tKW2IUtsqtDRztdT
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Greetings:
The attached patch is needed to build omniORB and omniORBpy on AIX 4.3
using the traditional build method. Without it, omniORB builds but
omniORBpy fails.
-- Mark
--tKW2IUtsqtDRztdT
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="aix.patch"
Index: mk/platforms/powerpc_aix_4.3_xlc5.mk
===================================================================
RCS file: /cvsroot/omniorb/omni/mk/platforms/Attic/powerpc_aix_4.3_xlc5.mk,v
retrieving revision 1.2.2.6
diff -u -r1.2.2.6 powerpc_aix_4.3_xlc5.mk
--- mk/platforms/powerpc_aix_4.3_xlc5.mk 6 Nov 2002 11:58:28 -0000 1.2.2.6
+++ mk/platforms/powerpc_aix_4.3_xlc5.mk 21 Mar 2003 17:33:17 -0000
@@ -174,6 +174,8 @@
SharedLibrarySoNameTemplate = lib$$1$$2.$(SHAREDLIB_SUFFIX).$$3
SharedLibraryLibNameTemplate = lib$$1$$2$$3.$(SHAREDLIB_SUFFIX)
+OMNIORB_CODESETS_LIB = $(patsubst %,$(LibSearchPattern), \
+ omniCodeSets$(OMNIORB_MAJOR_VERSION)$(OMNIORB_MINOR_VERSION))
ifeq ($(notdir $(CXX)),xlC_r)
--tKW2IUtsqtDRztdT--