8c4b10bce1
-- ORBit is a high-performance CORBA (Common Object Request Broker Architecture) ORB (object request broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables communication between program objects, regardless of the programming language they're written in or the operating system they run on. WWW: http://www.labs.redhat.com/orbit/ From marcm for gnome2
13 lines
557 B
Plaintext
13 lines
557 B
Plaintext
$OpenBSD: sup-alpha-src_idl-compiler_Makefile_in,v 1.1.1.1 2003/01/31 18:25:37 todd Exp $
|
|
--- src/idl-compiler/Makefile.in.orig Sun Sep 1 23:07:22 2002
|
|
+++ src/idl-compiler/Makefile.in Sun Sep 1 23:06:55 2002
|
|
@@ -267,7 +267,7 @@ maintainer-clean-libtool:
|
|
|
|
orbit-idl-2$(EXEEXT): $(orbit_idl_2_OBJECTS) $(orbit_idl_2_DEPENDENCIES)
|
|
@rm -f orbit-idl-2$(EXEEXT)
|
|
- $(LINK) $(orbit_idl_2_LDFLAGS) $(orbit_idl_2_OBJECTS) $(orbit_idl_2_LDADD) $(LIBS)
|
|
+ $(LINK) $(orbit_idl_2_LDFLAGS) $(orbit_idl_2_OBJECTS) $(orbit_idl_2_LDADD) $(LIBS) -static
|
|
|
|
tags: TAGS
|
|
|