forked from p3ck/restraint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibsoup-no-pkgconfig-version-check.patch
36 lines (30 loc) · 1.14 KB
/
libsoup-no-pkgconfig-version-check.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
--- libsoup-2.48.1.orig/configure 2014-12-07 10:00:41.000000000 -0500
+++ libsoup-2.48.1/configure 2015-01-06 08:37:28.623525413 -0500
@@ -11986,19 +11986,6 @@
fi
fi
-if test -n "$PKG_CONFIG"; then
- _pkg_min_version=0.16
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
-$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
- if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
- PKG_CONFIG=""
- fi
-fi
no_glib=""
@@ -13939,12 +13926,7 @@
if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
CFLAGS="$CFLAGS \
- -Wall -Wstrict-prototypes -Werror=missing-prototypes \
- -Werror=implicit-function-declaration \
- -Werror=pointer-arith -Werror=init-self -Werror=format=2 \
- -Wno-format-zero-length \
- -Werror=missing-include-dirs -Werror=aggregate-return \
- -Werror=declaration-after-statement"
+ -Wall -Wstrict-prototypes -Wno-format-zero-length"
fi