Bryan Drewery
|
1182233bab
Merge branch 'maint'
|
14 yıl önce |
Bryan Drewery
|
e0094bdc3a
* Check for g++ 4.5
|
14 yıl önce |
Bryan Drewery
|
23ab19534f
* Also search for libtcl.so.1.1 for OpenBSD
|
15 yıl önce |
Bryan Drewery
|
077327f815
* Set PR_SET_TRACER on ubuntu systems so child processes can ptrace() our process
|
15 yıl önce |
Bryan Drewery
|
336a397859
* Don't require TCL for compiling
|
15 yıl önce |
Eggheads Development Team (Ported by Bryan)
|
06d9560118
* Add TCL autoconf checks from Eggdrop 1.6
|
15 yıl önce |
Bryan Drewery
|
6eaadb538d
* Load SSL on-demand at runtime via dlopen() if needed
|
15 yıl önce |
Bryan Drewery
|
aa3a247558
* Automatically generate symbols definitions
|
15 yıl önce |
Bryan Drewery
|
8e9a36f445
* Only link libcrypto statically if the OS supports it
|
15 yıl önce |
Bryan Drewery
|
be6bee3652
* Link libcrypto statically for now until it is moved to dlopen()
|
16 yıl önce |
Bryan Drewery
|
d6fe946442
* Check for libdl via dlopen and rerun autotools
|
16 yıl önce |
Bryan Drewery
|
4d4a6141c3
* Remove unneeded cygwin support
|
16 yıl önce |
Bryan Drewery
|
5f3c66d882
* Pass MAKEJOBS along to bdlib configure script as well
|
16 yıl önce |
Bryan Drewery
|
9933579891
* DDon't default to using -j4 in MAKEFLAGS, instead add a MAKEJOBS param
|
16 yıl önce |
Bryan Drewery
|
a7ea42ee13
* Update copyrights/licenses
|
16 yıl önce |
Bryan Drewery
|
92a9514474
* Require at least OpenSSL 0.9.8 as SHA256 is needed
|
16 yıl önce |
Bryan Drewery
|
afb39f8860
* Fix typo, reword notice
|
16 yıl önce |
Bryan Drewery
|
bb3758adfb
* Add fix for 'download source' button from github
|
16 yıl önce |
Bryan Drewery
|
dbf8ce771c
* Don't compile with -O3, it is contributing to code bloat
|
16 yıl önce |
Bryan Drewery
|
c3a0158367
* Fix some Darwin configure errors
|
16 yıl önce |
Bryan Drewery
|
8e4353ed68
* Fix configure script not properly replacing CCDEBUG
|
16 yıl önce |
Bryan Drewery
|
e91524c066
* Disable static compiling on Darwin/Solaris
|
16 yıl önce |
Bryan Drewery
|
1dfb047eb7
* Disable stupid GCC warnings about y2k in some locales
|
16 yıl önce |
Bryan Drewery
|
f486983be1
Merge branch 'EncryptedStream'
|
16 yıl önce |
Bryan Drewery
|
41e6846ae1
* Add OpenSSL checking in configure
|
16 yıl önce |
Bryan Drewery
|
74218f2680
* Add -Woverloaded-virtual
|
17 yıl önce |
Bryan Drewery
|
3a7a806682
* Enable SSP for debug binary/testing.
|
17 yıl önce |
Bryan Drewery
|
8220b51897
* Prefer g++ 4.4.1 when compiling
|
17 yıl önce |
Bryan Drewery
|
ca4d3cf5f9
* Disable strict aliasing
|
17 yıl önce |
Bryan Drewery
|
6c4599542a
* Add -Wno-format-security into CFLAGS to ignore all of the STR() format-string warnings
|
17 yıl önce |