]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- info error when build --with mysql and pgsql
authorMarcin Winkler <qurczak@gmail.com>
Tue, 14 Dec 2004 19:26:26 +0000 (19:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd.spec -> 1.191

proftpd.spec

index 7dceeb0bc4f1ecec849149747b29094ff64476d8..3a1d74e2bacbe70ea97dfe03c058ec07e7f94be1 100644 (file)
@@ -171,6 +171,11 @@ Pliki konfiguracyjne ProFTPD do startowania demona w trybie
 standalone.
 
 %prep
+%if %{with mysql} && %{with pgsql}
+echo "Error: You can build at once --with mysql or --with pgsql"
+exit 1
+%endif
+
 %setup -q
 %patch0 -p1
 %patch1 -p1
This page took 0.193176 seconds and 4 git commands to generate.