]> git.pld-linux.org Git - packages/at.git/commitdiff
- missing %patch4 added,
authorkloczek <kloczek@pld-linux.org>
Sun, 28 Mar 1999 18:30:04 +0000 (18:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- to be POSIX sh compiliant fix.

Changed files:
    at.spec -> 1.11

at.spec

diff --git a/at.spec b/at.spec
index a50e9d2f7e04f1a0a7e9f0b56b41758d7bf6c909..ef8542bec68709452ebe5fcf7260e6fa23a92d75 100644 (file)
--- a/at.spec
+++ b/at.spec
@@ -47,10 +47,11 @@ standart giri
 %patch1 -p1 
 %patch2 -p1 
 %patch3 -p1 
+%patch4 -p1 
 
 %build
 autoconf
-CFLAGS=$RPM_OPT_FLAGS LDFLAGS=-s \
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
 ./configure \
        --with-atspool=/var/spool/at/spool \
        --with-jobdir=/var/spool/at \
This page took 0.035315 seconds and 4 git commands to generate.