]> git.pld-linux.org Git - packages/courier.git/commitdiff
- fix what adapter broke auto/ac/courier-0_52_0-1
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 17 Sep 2005 16:57:08 +0000 (16:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier.spec -> 1.117

courier.spec

index 8db6b7e053f63c376c0dd6a1de81f5c3783ef91a..d6e77cefbb3cbae192c506136d985d039e312306 100644 (file)
@@ -269,7 +269,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=%{rpmldflags} tatic/d' Makefile.am"
+               sed -i -e '/_LDFLAGS=-static/d' Makefile.am
        fi
 
        %{__libtoolize}
This page took 0.143303 seconds and 4 git commands to generate.