diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-05-18 18:30:09 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-05-18 18:30:09 +0000 |
commit | 47483f2f4f7a0f79d5336f7acd454e05bb660b9c (patch) | |
tree | fd61cfefcf35ffbcbd116c58855511bfb1172bf4 /security/trousers/files/patch-src-trspi-Makefile.am | |
parent | - Fix pkg-message. (diff) |
Fix an include path issue when security/openssl and
LOCALBASE/include/tddl.h are installed.
Notes
Notes:
svn path=/head/; revision=415461
Diffstat (limited to 'security/trousers/files/patch-src-trspi-Makefile.am')
-rw-r--r-- | security/trousers/files/patch-src-trspi-Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/trousers/files/patch-src-trspi-Makefile.am b/security/trousers/files/patch-src-trspi-Makefile.am index 8b7f1bb90a64..e834550f5121 100644 --- a/security/trousers/files/patch-src-trspi-Makefile.am +++ b/security/trousers/files/patch-src-trspi-Makefile.am @@ -1,12 +1,12 @@ ---- src/trspi/Makefile.am.orig 2014-04-24 18:05:44 UTC -+++ src/trspi/Makefile.am +--- src/trspi/Makefile.am.orig 2014-04-25 03:05:44.000000000 +0900 ++++ src/trspi/Makefile.am 2016-05-19 03:16:29.786606000 +0900 @@ -1,7 +1,8 @@ noinst_LTLIBRARIES=libtrousers.la libtrousers_la_SOURCES=trousers.c crypto/@CRYPTO_PACKAGE@/hash.c -libtrousers_la_CFLAGS=-DAPPID=\"TSPI\" -I${top_srcdir}/src/include +libtrousers_la_CFLAGS=-DAPPID=\"TSPI\" -I${top_srcdir}/src/include \ -+ -I${ICONV_PREFIX}/include ++ -I${ICONV_PREFIX}/include -I@OPENSSL_INCLUDE_DIR@ if TSS_BUILD_ASYM_CRYPTO libtrousers_la_SOURCES+=crypto/@CRYPTO_PACKAGE@/rsa.c |