소스 검색

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 \