]> git.pld-linux.org Git - packages/ORBit2.git/blob - ORBit2-ac_fix.patch
- fixed %%files (no need 755 for *.la)
[packages/ORBit2.git] / ORBit2-ac_fix.patch
1 diff -Nur ORBit2-2.4.1/test/everything/Makefile.am ORBit2-2.4.1.new/test/everything/Makefile.am
2 --- ORBit2-2.4.1/test/everything/Makefile.am    Thu Jun 13 14:49:55 2002
3 +++ ORBit2-2.4.1.new/test/everything/Makefile.am        Thu Aug 15 00:47:34 2002
4 @@ -33,7 +33,7 @@
5  client_SOURCES=${EVERYTHING_BUILT} client.c everything.idl constants.h
6  client_DEPENDENCIES=${EVERYTHING_BUILT} $(included_src)
7  client_LDADD = $(LDADD)
8 -client_LDFLAGS = -static -module
9 +client_LDFLAGS = -dynamic -module
10  
11  included_src = \
12         anyServer.c      \
13 @@ -56,7 +56,7 @@
14  Everything_module_la_LIBADD = \
15          $(top_builddir)/src/orb/libORBit-2.la
16  server_SOURCES=server.c ${EVERYTHING_BUILT} everything.idl constants.h
17 -server_LDFLAGS = -static -module
18 +server_LDFLAGS = -dynamic -module
19  server.c : $(included_src)
20         touch server.c
21  server_DEPENDENCIES=${EVERYTHING_BUILT} $(included_src)
22 @@ -65,13 +65,10 @@
23  IDL_FILES= everything.idl
24  include $(top_srcdir)/Makefile.shared
25  
26 -BUILT_SOURCES = ${EVERYTHING_BUILT} everything-imodule.c
27 -CLEANFILES = ${BUILT_SOURCES} iorfile
28 -
29  TESTS = $(srcdir)/test.sh
30  
31  BUILT_SOURCES = $(EVERYTHING_IDLOUT)
32 -CLEANFILES = $(BUILT_SOURCES)
33 +CLEANFILES = $(BUILT_SOURCES) iorfile
34  EXTRA_DIST = $(IDL_FILES) test.sh $(included_src)
35  
36  dist-hook:
This page took 0.026953 seconds and 3 git commands to generate.