~ubuntu-branches/ubuntu/oneiric/eucalyptus/oneiric

« back to all changes in this revision

Viewing changes to gatherlog/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Dave Walker (Daviey), Dave Walker (Daviey)
  • Date: 2011-02-15 10:16:03 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: james.westby@ubuntu.com-20110215101603-5q6ds5md3sd4cydv
Tags: 2.0.1+bzr1255-0ubuntu1
[ Dave Walker (Daviey) ]
* New upstream snapshot of minor point release, 2.0.1 (r1255).
  - Fixes FTBFS, (LP: #687970)
  - Stop unauthenticated users being able to reset user password. (LP: #675372).
* Switch from dhcp3-server to isc-dhcp-server as the new default. (LP: #711590)
  - debian/:
    + control: eucalyptus-cc, drop Recommends on dhcp3-server and add 
      isc-dhcp-server as the new default.
    + eucalyptus.conf: Use different dhcpd binary name.
    + patches/{18-priv_security.patch|08-ubuntu-default-networking.patch},
      updated rootwrap to use different dhpcd binary.
* Refreshed 06-UEC-webinterface.patch, dropping hunks now applied upstream.
* Updated standards version to 3.9.1, no changes required.
* debian/control: Updated VCS location.
* debian/source/include-binaries: Included newer favicon, overiding shipped.
* debian/{local/registration}/Makefile: Introduced a stanza for, for 
  re-arranging of Linker flags, resolving FTBFS. Added -Wall.
* debian/*: The binary resulting jars have been updated from *-2.0.0 to
  *-2.0.1.  References updated as appropriate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
CLIENT=GLclient
12
12
#WSDL2C=$(AXIS2C_HOME)/bin/tools/wsdl2c/WSDL2C.sh
13
13
 
14
 
all: server client 
 
14
all: server client
15
15
 
16
16
build: all
17
17
 
38
38
server: $(SERVICE_SO)
39
39
 
40
40
$(SERVICE_SO): generated/stubs gl-client-marshal-adb.o server-marshal.o handlers.o $(AXIS2C_HOME)/lib/libaxutil.so 
41
 
        $(CC) -shared generated/*.o server-marshal.o handlers.o $(WSSECLIBS) -L$(AXIS2C_HOME)/lib $(LIBS) ../util/misc.o ../util/euca_auth.o ./gl-client-marshal-adb.o -o $(SERVICE_SO)
 
41
        $(CC) -shared generated/*.o server-marshal.o handlers.o $(WSSECLIBS) -L$(AXIS2C_HOME)/lib $(LIBS) ../util/misc.o ../util/euca_auth.o ./gl-client-marshal-adb.o -o $(SERVICE_SO) -lssl -lcrypto
42
42
 
43
43
client: $(CLIENT)
44
44
 
45
45
$(CLIENT): generated/stubs $(CLIENT).c gl-client-marshal-adb.c handlers.o $(AXIS2C_HOME)/lib/libaxutil.so
46
 
        $(CC) -o $(CLIENT) $(CFLAGS) $(INCLUDES) $(LIBS) generated/adb_*.o generated/axis2_stub_*.o  ../util/misc.o ../util/euca_auth.o $(CLIENT).c gl-client-marshal-adb.c -DMODE=1
 
46
        $(CC) -o $(CLIENT) $(CFLAGS) $(INCLUDES) $(CLIENT).c gl-client-marshal-adb.c generated/adb_*.o generated/axis2_stub_*.o  ../util/misc.o ../util/euca_auth.o -DMODE=1 $(LIBS) -lssl -lcrypto
47
47
 
48
48
deploy:
49
49
        $(INSTALL) -d $(DESTDIR)$(AXIS2C_SERVICES)/$(SERVICE_NAME)/