forked from p3ck/restraint
-
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.
Updated third-party patches to allow compiling on rhel3 again.
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
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
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 -ur libsoup-2.42.2/configure libsoup-2.42.2.patched/configure | ||
--- libsoup-2.42.2/configure 2013-04-24 11:40:04.000000000 -0400 | ||
+++ libsoup-2.42.2.patched/configure 2013-12-12 12:11:43.000000000 -0500 | ||
@@ -12874,11 +12874,11 @@ | ||
if test -z "$INTLTOOL_PERL"; then | ||
as_fn_error $? "perl not found" "$LINENO" 5 | ||
fi | ||
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5 | ||
-$as_echo_n "checking for perl >= 5.8.1... " >&6; } | ||
-$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 | ||
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.0" >&5 | ||
+$as_echo_n "checking for perl >= 5.8.0... " >&6; } | ||
+$INTLTOOL_PERL -e "use 5.8.0;" > /dev/null 2>&1 | ||
if test $? -ne 0; then | ||
- as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5 | ||
+ as_fn_error $? "perl 5.8.0 is required for intltool" "$LINENO" 5 | ||
else | ||
IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` | ||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5 |