]> git.pld-linux.org Git - packages/ORBit2.git/commitdiff
- fixes ac build
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 10 Feb 2002 18:06:20 +0000 (18:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ORBit2-ac_fix.patch -> 1.1

ORBit2-ac_fix.patch [new file with mode: 0644]

diff --git a/ORBit2-ac_fix.patch b/ORBit2-ac_fix.patch
new file mode 100644 (file)
index 0000000..bb6e498
--- /dev/null
@@ -0,0 +1,46 @@
+--- ./test/everything/Makefile.am.org  Sun Nov 18 20:01:39 2001
++++ ./test/everything/Makefile.am      Sun Feb 10 18:59:49 2002
+@@ -31,7 +31,7 @@
+ client_SOURCES=${EVERYTHING_BUILT} client.c everything.idl constants.h
+ client_DEPENDENCES=${EVERYTHING_BUILT} $(included_src)
+ client_LDADD = $(LDADD)
+-client_LDFLAGS = -static -module
++client_LDFLAGS = -dynamic -module
+ included_src = \
+       anyServer.c      \
+@@ -55,19 +55,17 @@
+         $(top_builddir)/src/orb/libORBit-2.la
+ server_SOURCES=server.c ${EVERYTHING_BUILT} everything.idl constants.h
+ server_DEPENDENCES=${EVERYTHING_BUILT} $(included_src)
+-server_LDFLAGS = -static -module
++server_LDFLAGS = -dynamic -module
+ IDL_FLAGS= --showcpperrors --add-imodule
+ IDL_FILES= everything.idl
+ include $(top_srcdir)/Makefile.shared
+-BUILT_SOURCES = ${EVERYTHING_BUILT} everything-imodule.c
+-CLEANFILES = ${BUILT_SOURCES} iorfile
+ TESTS = $(srcdir)/test.sh
+ BUILT_SOURCES = $(EVERYTHING_IDLOUT)
+-CLEANFILES = $(BUILT_SOURCES)
++CLEANFILES = ${BUILT_SOURCES} iorfile
+ EXTRA_DIST = $(IDL_FILES) test.sh $(included_src)
+ dist-hook:
+--- ./configure.in.org Sun Feb 10 18:43:45 2002
++++ ./configure.in     Sun Feb 10 18:49:23 2002
+@@ -236,6 +236,10 @@
+ docs/Makefile
+ docs/devel/Makefile
+ docs/internals/Makefile
++test/Makefile
++test/everything/Makefile
++test/inhibit/Makefile
++test/poa/Makefile
+ ])
+ echo "ORBit configuration:
This page took 0.129914 seconds and 4 git commands to generate.