SPECS: courier-authlib.spec - workaround for adapter trying to tou...

glen glen at pld-linux.org
Mon Sep 19 18:06:19 CEST 2005


Author: glen                         Date: Mon Sep 19 16:06:19 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- workaround for adapter trying to touch LDLAGS
- discard find

---- Files affected:
SPECS:
   courier-authlib.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/courier-authlib.spec
diff -u SPECS/courier-authlib.spec:1.31 SPECS/courier-authlib.spec:1.32
--- SPECS/courier-authlib.spec:1.31	Mon Sep 19 17:15:57 2005
+++ SPECS/courier-authlib.spec	Mon Sep 19 18:06:14 2005
@@ -192,12 +192,12 @@
 %{__libtoolize}
 
 # Change Makefile.am files and force recreate Makefile.in's.
-OLDDIR=`pwd`
-find -type f -a \( -name configure.in -o -name configure.ac \) | while read FILE; do
-	cd "`dirname "$FILE"`"
+OLDDIR=$(pwd)
+for FILE in {,*/}configure.{in,ac}; do
+	cd "$(dirname "$FILE")"
 
 	if [ -f Makefile.am ]; then
-		sed -i -e '/_LDFLAGS=-static/d' Makefile.am
+		sed -i -e '/_[L]DFLAGS=-static/d' Makefile.am
 	fi
 
 	%{__aclocal}
@@ -644,6 +644,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2005/09/19 16:06:14  glen
+- workaround for adapter trying to touch LDLAGS
+- discard find
+
 Revision 1.31  2005/09/19 15:15:57  glen
 - by defaule authmodulelist contains only modules in core package
 - each authdaemon adds itself to list when first installed and removes when removed
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/courier-authlib.spec?r1=1.31&r2=1.32&f=u




More information about the pld-cvs-commit mailing list