diff options
author | Jack Lloyd <[email protected]> | 2017-09-19 23:55:05 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-19 23:56:01 -0400 |
commit | a636a58ead73a4f98a049053680fa84306ebfb46 (patch) | |
tree | 6f1a83d64f751f4afafdcd762512aeda2975324e /src/build-data/buildh.in | |
parent | 34662ad90420f924c086d3851595b5fcede12612 (diff) |
Reflect -fstack-protector and related flags in `botan config ldflags`
GH #863
[ci skip]
Diffstat (limited to 'src/build-data/buildh.in')
-rw-r--r-- | src/build-data/buildh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index e1337318e..d5d3bc276 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -31,6 +31,7 @@ #define BOTAN_INSTALL_HEADER_DIR "%{includedir}/botan-%{version_major}" #define BOTAN_INSTALL_LIB_DIR "%{libdir}" #define BOTAN_LIB_LINK "%{link_to}" +#define BOTAN_LINK_FLAGS "%{cxx_abi_flags}" #ifndef BOTAN_DLL #define BOTAN_DLL %{visibility_attribute} |