Commit Graph

10 Commits (21e3778e6970b388b10317c8fd33ec2fff1f4edf)

Author SHA1 Message Date
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.
10 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