close
Warning:
Failed to sync with repository "(default)": [Errno 12] Cannot allocate memory; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
File configure.diff, 479 bytes (added by ondra@…, at 2009-08-22T16:57:12Z) |
Patch to use pkg-config instead of libgnutls-config in configure script.
|
-
old
|
new
|
|
212 | 212 | |
213 | 213 | detect_gnutls() |
214 | 214 | { |
215 | | if libgnutls-config --version > /dev/null 2> /dev/null; then |
| 215 | if $PKG_CONFIG --version gnutls > /dev/null 2> /dev/null; then |
216 | 216 | cat <<EOF>>Makefile.settings |
217 | | EFLAGS+=`libgnutls-config --libs` |
218 | | CFLAGS+=`libgnutls-config --cflags` |
| 217 | EFLAGS+=`$PKG_CONFIG --libs gnutls` |
| 218 | CFLAGS+=`$PKG_CONFIG --cflags gnutls` |
219 | 219 | EOF |
220 | 220 | |
221 | 221 | ssl=gnutls |
Download in other formats: