浏览代码

try to fix building

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

+ 2 - 1
aqbanking/aqbanking.spec

@@ -40,7 +40,7 @@ Class:        EVAL
 Group:        Finance
 License:      GPL
 Version:      %{V_openpkg}
-Release:      20061010
+Release:      20061012
 
 #   list of sources
 Source0:      http://switch.dl.sourceforge.net/aqbanking/aqbanking-%{V_aqbanking}.tar.gz
@@ -172,6 +172,7 @@ AutoReqProv:  no
       CFLAGS="%{l_cflags -O}" \
       CPPFLAGS="-I`pwd`/aqbanking %{l_cppflags}" \
       LDFLAGS="-L`pwd`/src/libs/aqbanking %{l_ldflags}" \
+      LIBS="-lssl -lcrypto" \
       SHELL="%{l_bash}" \
       ./configure \
           --cache-file=./config.cache \