~ubuntu-branches/ubuntu/wily/trafficserver/wily

« back to all changes in this revision

Viewing changes to lib/ts/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Arno Töll
  • Date: 2011-12-11 00:45:45 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20111211004545-5h7wnetmocctwqp0
Tags: 3.0.2-1
* New upstream release
  + Includes former Debian specific patch which makes sure the upstream
    configure script does not override any -O flags passed by the user
    anymore.
* Adapt to dpkg 1.16.1 API changes regarding build flags. This enables
  hardening build flags. This means, trafficserver is now being built with
  -fstack-protector and other security related build flags.
* Add dpkg-dev (>= 1.16.1~) to build-depends to make sure our buildflags are
  properly supported. That's guaranteed for Testing, but might be helpful to
  know for backporters.
* Fix several issues in the DEP-5 syntax. Unfortunately there is no way to
  express that a file is subject to different license agreements so far.
* Do not install the upstream changelog twice anymore
* Finally run regression checks again, now as build failures are sorted out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
        ink_mutex.lo ink_queue.lo ink_queue_utils.lo ink_rand.lo \
106
106
        ink_res_init.lo ink_res_mkquery.lo ink_resource.lo \
107
107
        ink_rwlock.lo ink_sock.lo ink_sprintf.lo ink_stack_trace.lo \
108
 
        ink_string.lo ink_string++.lo ink_syslog.lo ink_thread.lo \
109
 
        ink_time.lo fastlz.lo llqueue.lo lockfile.lo Layout.lo \
110
 
        MatcherUtils.lo MimeTable.lo MMH.lo ParseRules.lo \
 
108
        ink_string.lo ink_string++.lo ink_sys_control.lo ink_syslog.lo \
 
109
        ink_thread.lo ink_time.lo fastlz.lo llqueue.lo lockfile.lo \
 
110
        Layout.lo MatcherUtils.lo MimeTable.lo MMH.lo ParseRules.lo \
111
111
        RawHashTable.lo Regex.lo Regression.lo Resource.lo \
112
112
        TextBuffer.lo Tokenizer.lo Vec.lo Version.lo
113
113
libtsutil_la_OBJECTS = $(am_libtsutil_la_OBJECTS)
578
578
  ink_string++.cc \
579
579
  ink_string.h \
580
580
  ink_string++.h \
 
581
  ink_sys_control.cc \
 
582
  ink_sys_control.h \
581
583
  ink_syslog.cc \
582
584
  ink_syslog.h \
583
585
  ink_thread.cc \
821
823
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ink_stack_trace.Plo@am__quote@
822
824
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ink_string++.Plo@am__quote@
823
825
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ink_string.Plo@am__quote@
 
826
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ink_sys_control.Plo@am__quote@
824
827
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ink_syslog.Plo@am__quote@
825
828
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ink_thread.Plo@am__quote@
826
829
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ink_time.Plo@am__quote@