Commit Graph

6 Commits (0c0d9d0a1dd182926cd125946641e1f44fa8237e)

Author SHA1 Message Date
nibbles 2bits 4e8ce45bc2 libnids: build the shared library
libnids is used by dsniff, but libnids only builds a static library
due to being coded in 2005 before much use of `.dylib` etc.  By
patching libnids to build a shared library, we can get dsniff to
link against it and against glib and gthread correctly without
`LDFLAGS` hacking.

- Add deps on automake anb libtool to run `autoreconf`
- Run autoreconf to fix any issues in 2005 era configure.
- Add configure flag to `--enable-shared`
- Add patch to fix errors building shared with `-soname` and `.so`
- Works well with superenv and dnsiff

Fixes Homebrew/homebrew#14363

Closes Homebrew/homebrew#15011.

Signed-off-by: Max Howell <mxcl@me.com>
2012-09-24 09:58:47 -04:00
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Adam Vandenberg 83c906fabb libnids: use new dsl 2012-09-02 11:45:07 -07:00
Geoffrey Huntley 3aef440b3e libnids: add pkg-config as a build-time dependency
Closes Homebrew/homebrew#7826.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-25 23:38:49 -05:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
ckenna 1864919745 Add libnids formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-31 17:02:16 -07:00