summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b6c91967..45804f50 100755
--- a/configure
+++ b/configure
@@ -1062,7 +1062,7 @@ apply_patches()
while read patch patchlevel ; do
case patch in
'#' ) continue ;;
- * ) patch ${patchlevel:--p0} < $patch ;;
+ * ) patch ${patchlevel:--p1} < patches/$patch ;;
esac
done < patches/series
}