Commit Graph

21 Commits (openssl)

Author SHA1 Message Date
orignal b2aa34baa6 use C++17 for newer versions of clang for BSD 1 month ago
orignal 4def0b6ea5 use C++17 for newer versions of clang for BSD 1 month ago
orignal 25592a00b6 use C++17 for newer versions of clang for BSD 1 month ago
R4SAS b7f0d87daf
GHA and Cmake changes (#1888)
Done with Vort's (https://github.com/Vort) cooperation

Signed-off-by: R4SAS <r4sas@i2pmail.org>
1 year ago
R4SAS 64aee9c8ae add DEBUG option for make
By default, binary will be built without stripping debug symbols
6 years ago
yangfl 9cc4e8d03a Makefile: get target platform from compiler 6 years ago
hagen 5c9a69e0e8 * drop boost_regex from build deps 8 years ago
orignal 3a35b84b03 fixed FreeBSD build 8 years ago
hagen d4d1768575 * Makefile.* : fix build with gcc 4.7.2 (#299) 9 years ago
orignal 62cf83921b cumulative update from bitbucket 9 years ago
Kill Your TV b343c24a9f add explanatory comments to Makefiles 9 years ago
Kill Your TV 21e3778e69 Revert the 'clean-up' commits so that custom build-time flags can be set
These commits removed the 'NEEDED*' vars which were added so that CXX*
and LDFLAGS could be specified at build time. By doing away with these
and using solely CXXFLAGS and LDFLAGS, special flags cannot be added.
Indeed, specifying your own CXXFLAGS would cause the build to fail. We
want the build flags to be APPENDED, not overwritten.
9 years ago
hagen aa0cb6b2c4 * (3/3) cleanup : unused variable 10 years ago
hagen d6ec412422 * (2/3) cleanup : use $CXXFLAGS instead $NEEDED_FLAGS 10 years ago
hagen 8c218bd5df * (1/3) update filelist.mk : 3 lists of sources: common, daemon-specific and library-specific 10 years ago
Kill Your TV 25b5068f5e allow LDFLAGS to be set by user
Move old LDFLAGS variable to LDLIBS. By doing ths, a user can set their
own LDFLAGS without breaking the build. A case in which this can be
useful is hardening with debian, e.g.

    $ dpkg-buildflags --get LDFLAGS
    -Wl,-z,relro
10 years ago
Kill Your TV 6681e25513 allow CXXFLAGS to be set without overwriting needed flags 10 years ago
Kill Your TV 5acbc6a23e use standard make variables 10 years ago
hagen 2c1365ad0c * Makefile : move common targets to top-level Makefile 10 years ago
Mikal Villa 05fa6757ce Adding timestamp to logger. 10 years ago
orignal a2707c19b8 FreeBSD support 10 years ago