summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2018-12-02build: use system libsodium by defaultTobias Klauser1-2/+8
2017-10-20build: check for fopencookie() in configureTobias Klauser1-9/+42
2016-12-01build: configure: rewrap missing defs warningTobias Klauser1-3/+3
2016-12-01build: configure: clearify missing defs warningTobias Klauser1-3/+3
2016-10-04build: Unify default values for PREFIX and ETCDIR in configureTobias Klauser1-12/+4
2016-09-29build: configure: fix checking CC containing -i optionYousong Zhou1-5/+12
2016-09-15build: configure: Add option to specify install path for /etc filesVadim Kochan1-0/+10
2016-09-15build: configure: Add option to specify install path for binary filesVadim Kochan1-0/+20
2016-08-17build: configure: Add option to enable debug symbolsVadim Kochan1-0/+6
2016-08-05build: configure: Allow to compile tools without libnlTobias Klauser1-3/+34
2016-08-04build: configure: Use command line options to disable optional librariesTobias Klauser1-2/+39
2016-04-22build: configure: Allow to disable support for libgeoip and zlibTobias Klauser1-0/+10
2016-04-22build: configure: Write a comment to config.h for disabled featuresTobias Klauser1-0/+10
2015-11-06build: configure: Silence pkg-config check for libnetfilter_conntrackTobias Klauser1-1/+6
2015-11-06build: configure: Check for libnl-routeVadim Kochan1-0/+36
2015-11-05build: Handle libnetfilter-conntrack with pkg-configMartin Hauke1-1/+1
2015-08-19build: Don't strip generated binariesTobias Klauser1-11/+0
2015-08-19build: configure: Prepend $SYSROOT to NACL_{INC,LIB}_DIRTobias Klauser1-2/+2
2015-08-19build: configure: Properly encapsulate stringsTobias Klauser1-3/+3
2015-04-23build: Restore support for cross-compiling the netsniff-ng toolkitTobias Klauser1-22/+65
2014-10-01build: Make ccache opt-in rather than opt-outTobias Klauser1-14/+0
2014-09-08build: Change return type of main in configure compile test programsTobias Klauser1-12/+12
2014-08-14netsniff-ng: Restore tpacket v2 capturingTobias Klauser1-1/+0
2014-06-13lookup: Move UDP/TCP port and Ethernet type lookup into own moduleTobias Klauser1-1/+0
2014-06-13flowtop: Include netlink dissector to fix build temporarilyTobias Klauser1-0/+1
2014-05-27build: Allow to build astraceroute and flowtop without GeoIP supportTobias Klauser1-2/+0
2014-05-27build: Remove unused CONFIG_LIBGEOIPTobias Klauser1-2/+0
2014-04-11build: curvetun: add NACL_LIB variable to configure to be able to set an alte...Christian Wiese1-0/+5
2013-12-18debian: compile fix for programs using ncursesJesper Dangaard Brouer1-1/+2
2013-08-21configure: minor: Rephrase and reformat some messagesTobias Klauser1-12/+11
2013-08-20configure: allow trafgen build when only TPACKET_V2 is availableDaniel Borkmann1-0/+8
2013-08-05mausezahn: libcli: add sys/time.h for older libcli versionsDaniel Borkmann1-0/+1
2013-07-24build: add "+" version appendix automatically during buildDaniel Borkmann1-0/+16
2013-07-15configure: silent complaint if not built on git repositoryDaniel Borkmann1-1/+8
2013-07-12configure: fix wrong whitespacingDaniel Borkmann1-2/+2
2013-07-12configure: redirect all compile output to our local config.logDaniel Borkmann1-24/+24
2013-07-12configure: do not use bash's expr matchDaniel Borkmann1-6/+6
2013-07-12configure: fix libnetfilter_conntrack dependency removalDaniel Borkmann1-1/+1
2013-07-11configure: Redirect pkg-config errors to log fileTobias Klauser1-6/+13
2013-07-11configure, netsniff-ng: if no libgeopip, do not link against libzDaniel Borkmann1-1/+16
2013-07-11configure, netsniff-ng: make netsniff-ng's geoip dependency optionalDaniel Borkmann1-1/+10
2013-07-10configure: check for flex and bisonDaniel Borkmann1-0/+30
2013-07-09configure: fix multiple issues in build configurationDaniel Borkmann1-1/+66
2013-07-09configure: let configure script generate config.h fileDaniel Borkmann1-0/+20
2013-07-08configure: when we have all deps rather tell "all tools will be built"Daniel Borkmann1-2/+7
2013-07-08configure: netsniff-ng: libpcap is not a hard dependencyDaniel Borkmann1-1/+2
2013-07-08configure: make: misc: update header commentDaniel Borkmann1-0/+4
2013-07-08configure: test also tpacket flags e.g. used in TX_RINGDaniel Borkmann1-6/+12
2013-07-08configure: two fixes on dependenciesDaniel Borkmann1-6/+35
2013-07-08configure, Makefile: Conditionally build toolsTobias Klauser1-11/+101