diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-05-21 23:41:21 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-23 15:39:52 +0200 |
commit | 06afaf5b067a374fa9e91562d4d8a7ccd8c23ad5 (patch) | |
tree | df5166b6a1036386d4dd3be87b8b66d7b2f0d9f9 | |
parent | 95359bb43c25568917b015895063f61db9fd79ef (diff) | |
download | buildroot-06afaf5b067a374fa9e91562d4d8a7ccd8c23ad5.tar.gz buildroot-06afaf5b067a374fa9e91562d4d8a7ccd8c23ad5.zip |
package/c-icap: remove configure option process-mutexes
This option was removed in 2014:
https://sourceforge.net/p/c-icap/code/1102/#diff-3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/c-icap/c-icap.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/c-icap/c-icap.mk b/package/c-icap/c-icap.mk index e32e0dc15d..82b257406d 100644 --- a/package/c-icap/c-icap.mk +++ b/package/c-icap/c-icap.mk @@ -12,7 +12,6 @@ C_ICAP_LICENSE_FILES = COPYING C_ICAP_INSTALL_STAGING = YES C_ICAP_CONFIG_SCRIPTS = c-icap-config c-icap-libicapapi-config C_ICAP_CONF_OPTS = \ - --with-process-mutexes=posix \ --without-perl \ --enable-large-files \ --enable-ipv6 |