forked from ooni/probe-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(CDEPS/tor): allow compiling under ArchLinux (ooni#1501)
Closes ooni/probe#2651
- Loading branch information
1 parent
67d120c
commit c980fc3
Showing
5 changed files
with
119 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
diff --git a/configure.ac b/configure.ac | ||
index b218a59ce2..b87adec9fc 100644 | ||
--- a/configure.ac | ||
+++ b/configure.ac | ||
@@ -1294,10 +1294,10 @@ tor_cap_pkg_redhat="libcap" | ||
tor_cap_devpkg_debian="libcap-dev" | ||
tor_cap_devpkg_redhat="libcap-devel" | ||
|
||
-AC_CHECK_LIB([cap], [cap_init], [], | ||
- AC_MSG_NOTICE([Libcap was not found. Capabilities will not be usable.]) | ||
-) | ||
-AC_CHECK_FUNCS(cap_set_proc) | ||
+dnl AC_CHECK_LIB([cap], [cap_init], [], | ||
+dnl AC_MSG_NOTICE([Libcap was not found. Capabilities will not be usable.]) | ||
+dnl ) | ||
+dnl AC_CHECK_FUNCS(cap_set_proc) | ||
|
||
dnl --------------------------------------------------------------------- | ||
dnl Now that we know about our major libraries, we can check for compiler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters