Commit graph

5 commits

Author SHA1 Message Date
Adam Vandenberg
56d6362c31 serf: use options dsl 2012-08-09 22:17:14 -07:00
samueljohn
86b403441a serf: On Xcode-only glibtools needs apr headers
Closes Homebrew/homebrew#13998.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 10:55:33 -07:00
nibbles 2bits
b0044ade54 serf: fix CPP invalid path build error on ML
serf-1.1.1 queries `apr-1-config --cpp` which return a non-existent
path on Mountain Lion.  This causes a build error where `configure`
can't find a working `CPP`.  Add an ENV var to use `#{ENV.cc} -E`

serf then tries to use `/usr/share/apr-1/build-1/libtool` which
also has that non-existent path buried inside it.  Add an ENV var
to specify using HB `glibtool`.

Tested on ML using clang and llvm from XCode-4.4 using the native
and universal options.

Fixes Homebrew/homebrew#13586

Closes Homebrew/homebrew#13891.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-04 09:09:00 -07:00
Constantime Kim
61ebd2f206 serf: universal support
Fixes Homebrew/homebrew#13226.
Closes Homebrew/homebrew#13813.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:54:15 -07:00
Dmitry Wolf
99a5220015 serf 1.1.0
http://code.google.com/p/serf/ is a C-based HTTP client library
It multiplexes connections, running the read/write communication
asynchronously. Memory copies and transformations are kept to a
minimum to provide high performance operation.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11 07:36:29 -07:00