瀏覽代碼

add missing fsl dependency

Michael van Elst 22 年之前
父節點
當前提交
a04d83e24e
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      powerdns/powerdns.spec

+ 7 - 1
powerdns/powerdns.spec

@@ -35,7 +35,7 @@ Distribution: OpenPKG [JUNK]
 Group:        DNS
 License:      GPL
 Version:      2.9.8
-Release:      20030506
+Release:      20030614
 
 #   package options
 %option       with_fsl   yes
@@ -53,6 +53,9 @@ Source3:      powerdnssetup
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
 BuildPreReq:  OpenPKG, openpkg >= 20021204
+%if "%{with_fsl}" == "yes"
+BuildPreReq:  fsl
+%endif
 %if "%{with_mysql}" == "yes"
 BuildPreReq:  MYSQL
 %endif
@@ -60,6 +63,9 @@ BuildPreReq:  MYSQL
 BuildPreReq:  postgresql, postgresql::with_cxx = yes
 %endif
 PreReq:       OpenPKG, openpkg >= 20021204
+%if "%{with_fsl}" == "yes"
+PreReq:       fsl
+%endif
 %if "%{with_mysql}" == "yes"
 PreReq:       MYSQL
 %endif