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

« back to all changes in this revision

Viewing changes to example/server-transform/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2013-04-29 11:47:57 UTC
  • mfrom: (5.2.1 sid)
  • Revision ID: package-import@ubuntu.com-20130429114757-bbeb5eacidfuj2qg
Tags: 3.2.4-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Revert FreeBSD strerror_r() fixes that give errors with glibc 2.16.
* Drop markos's ARM barrier definition patch, now integrated upstream.
* Brute-force upstream's suboptimal C/C++ with: -Wno-unused-result
  -Wno-sizeof-pointer-memaccess -Wno-unused-local-typedefs flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
LIBEXPAT = @LIBEXPAT@
196
196
LIBHWLOC = @LIBHWLOC@
197
197
LIBICONV = @LIBICONV@
 
198
LIBLZMA = @LIBLZMA@
198
199
LIBMLD = @LIBMLD@
199
200
LIBNSL = @LIBNSL@
200
201
LIBOBJS = @LIBOBJS@
201
202
LIBPCRE = @LIBPCRE@
202
203
LIBPROFILER = @LIBPROFILER@
 
204
LIBREADLINE = @LIBREADLINE@
203
205
LIBRESOLV = @LIBRESOLV@
204
206
LIBRT = @LIBRT@
205
207
LIBS = @LIBS@
209
211
LIBTHREAD = @LIBTHREAD@
210
212
LIBTOOL = @LIBTOOL@
211
213
LIBTOOL_LINK_FLAGS = @LIBTOOL_LINK_FLAGS@
 
214
LIBZ = @LIBZ@
212
215
LIPO = @LIPO@
213
216
LN_S = @LN_S@
214
217
LTLIBOBJS = @LTLIBOBJS@
278
281
am__quote = @am__quote@
279
282
am__tar = @am__tar@
280
283
am__untar = @am__untar@
281
 
arg_max = @arg_max@
282
284
arpa_ineth = @arpa_ineth@
283
285
arpa_nameser_compath = @arpa_nameser_compath@
284
286
arpa_nameserh = @arpa_nameserh@