ソースを参照

ops, fix typo in variable name

Ralf S. Engelschall 17 年 前
コミット
f278f55f1c
1 ファイル変更2 行追加2 行削除
  1. 2 2
      libarchive/libarchive.spec

+ 2 - 2
libarchive/libarchive.spec

@@ -32,7 +32,7 @@ Class:        EVAL
 Group:        Archiver
 License:      MIT-style
 Version:      2.5.0b
-Release:      20080316
+Release:      20080329
 
 #   list of sources
 Source0:      http://people.freebsd.org/~kientzle/libarchive/src/libarchive-%{version}.tar.gz
@@ -67,7 +67,7 @@ AutoReqProv:  no
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
     CPPFLAGS="%{l_cppflags}" \
-    LFLAGS="%{l_ldflags}" \
+    LDFLAGS="%{l_ldflags}" \
     ./configure \
         --prefix=%{l_prefix} \
         --mandir=%{l_prefix}/man \