]> git.pld-linux.org Git - packages/courier.git/commitdiff
- hack to fool adapter
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 3 Nov 2005 20:10:10 +0000 (20:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier.spec -> 1.119

courier.spec

index 72797f9f5a7622d74e56af0389d7983e50802efd..cdba29a7b3aae726e0006542e23df900fe7619b0 100644 (file)
@@ -274,7 +274,7 @@ find -type f -a \( -name configure.in -o -name configure.ac \) | while read FILE
        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
 
        %{__libtoolize}
This page took 0.114755 seconds and 4 git commands to generate.