浏览代码

strcasestr is not portable. Add a local copy.

Ralf S. Engelschall 19 年之前
父节点
当前提交
e3ec1d5d34
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      ldapdiff/ldapdiff.spec

+ 3 - 1
ldapdiff/ldapdiff.spec

@@ -33,10 +33,11 @@ Class:        PLUS
 Group:        Database
 License:      GPL
 Version:      1.2.1
-Release:      20051119
+Release:      20060311
 
 #   list of sources
 Source0:      http://webtomware.rhoen.de/ldapdiff-%{version}.tar.gz
+Patch0:       ldapdiff.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -62,6 +63,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q
+    %patch -p0
 
 %build
     CC="%{l_cc}" \