aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am.common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* disable symbol hiding for nowBrent Cook2016-11-051-0/+1
|
* Use bundled headers instead of installed headers when buildingJeremy Huddleston Sequoia2015-10-141-2/+2
| | | | | | | | | | | | | The build system incorrectly set include directives in AM_CFLAGS which causes them to be placed after the configured CPPFLAGS. Thus, if a user or packaging system sets CPPFLAGS to a location that has libressl or openssl headers installed, they will be used instead of the bundled versions. This corrects that issue by setting up the variables correctly. https://github.com/libressl-portable/portable/issues/150 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-1/+1
| | | | | | | | This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.
* rework CFLAGS/CPPFLAGS settings during configurationBrent Cook2015-03-221-2/+2
| | | | | | Move define adjustments to CPPFLAGS. Adjust user CFLAGS directly, do not override during configuration. USER_CFLAGS is not necessary to build libcompat_noopt correctly.
* remove obsolete defineBrent Cook2014-12-061-1/+0
|
* allow inline asmBrent Cook2014-08-161-1/+0
| | | | use default of -std=gnu99 for it to be recognized
* put CPP defines in CPPFLAGSBrent Cook2014-07-111-0/+2
|
* remove unneeded CPP flagsBrent Cook2014-07-101-2/+0
|
* initial top-level importBrent Cook2014-07-101-0/+4