]> git.pld-linux.org Git - packages/ORBit2.git/blob - ORBit2-popt.patch
- 2.12.4
[packages/ORBit2.git] / ORBit2-popt.patch
1 --- ORBit2-2.12.2/src/orb/Makefile.am.orig      2003-06-06 17:49:52.000000000 +0200
2 +++ ORBit2-2.12.2/src/orb/Makefile.am   2005-04-14 19:11:35.875807168 +0200
3 @@ -19,8 +19,7 @@
4  libORBit_2_la_LDFLAGS =               \
5         -version-info $(LT_VERSION)   \
6         -no-undefined                 \
7 -       $(ORBIT_LIBS)                 \
8 -       -lpopt
9 +       $(ORBIT_LIBS)
10  
11  libORBit_2_la_LIBADD= \
12         util/liborb-util.la \
13 --- ORBit2-2.12.2/src/services/name/Makefile.am.orig    2005-01-28 16:46:51.000000000 +0100
14 +++ ORBit2-2.12.2/src/services/name/Makefile.am 2005-04-14 19:19:49.182813104 +0200
15 @@ -69,7 +69,7 @@
16  orbit_name_server_2_SOURCES = boot.c
17  orbit_name_server_2_LDFLAGS = $(FLAGS)
18  orbit_name_server_2_DEPENDENCIES = $(DEPS) CosNaming.h
19 -orbit_name_server_2_LDADD = libname-server-2.a $(LDADDS)
20 +orbit_name_server_2_LDADD = libname-server-2.a $(LDADDS) -lpopt
21  
22  $(libname_server_2_a_OBJECTS) $(name_client_2_OBJECTS) $(orbit_name_server_2_OBJECTS) : CosNaming.h
23  
This page took 0.032258 seconds and 3 git commands to generate.