浏览代码

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 \