浏览代码

repair buildconf to ignore any irrelevant (non OpenPKG) OpenSSL paths

Michael Schloh von Bennewitz 21 年之前
父节点
当前提交
05de323c3d
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      ripe-dbase/ripe-dbase.spec

+ 4 - 1
ripe-dbase/ripe-dbase.spec

@@ -34,7 +34,7 @@ Class:        EVAL
 Group:        Database
 License:      RIPE NCC
 Version:      3.2.0
-Release:      20050105
+Release:      20050216
 
 #   package options
 %option       with_extobjs  no
@@ -107,6 +107,9 @@ AutoReqProv:  no
     %{l_shtool} subst \
         -e 's;sample.db.gz;ripe.db.gz;' \
         bin/load/make_db.in
+    %{l_shtool} subst \
+        -e 's;-I/usr/include/openssl;-I%{l_prefix}/include/openssl;' \
+        configure
 
 %build
     CC="%{l_cc}" \