be5369a0cb
* fpc is kept at -Np0 ```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
24 lines
520 B
Diff
24 lines
520 B
Diff
From 60e5c02c9163de51f5d2bc9237da36d07c93f4b1 Mon Sep 17 00:00:00 2001
|
|
From: Andrea Brancaleoni <miwaxe@gmail.com>
|
|
Date: Wed, 26 Aug 2015 01:25:42 +0200
|
|
Subject: [PATCH] force pam
|
|
|
|
---
|
|
configure.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git configure.in configure.in
|
|
index 590d5b2..22ed5d7 100644
|
|
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -865,6 +865,7 @@ if test "$usepam" != "0" && echo "$LIBS" | grep -- "-lpam" > /dev/null ; then
|
|
else
|
|
usepam=0
|
|
fi
|
|
+usepam=1
|
|
USEPAM="$usepam"
|
|
AC_SUBST(USEPAM)
|
|
|
|
--
|
|
2.5.0
|
|
|