[Forensics-changes] [yara] 181/368: Change include path while compiling in Mac OS X
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:30:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.5.0
in repository yara.
commit 3473ae6e02e4f51057a97cd6bf87c32b147e3e90
Author: plusvic <plusvic at gmail.com>
Date: Tue Feb 23 16:47:15 2016 +0100
Change include path while compiling in Mac OS X
The current path was set in 9b6c755e0dce42920058a181adf2da1871588758 to fix an issue with missing OpenSSL headers in Mac OS X. I'm changing the path to /opt/local/include which is the include path used by MacPorts. I'm also removing the -L argument because it was ignored by clang.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index c08186c..aa79a65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ case $host_alias in
esac
case $host_os in
- darwin*) CFLAGS="$CFLAGS -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" ;;
+ darwin*) CFLAGS="$CFLAGS -I/opt/local/include" ;;
esac
ACX_PTHREAD(
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git
More information about the forensics-changes
mailing list