|
@@ -37,7 +37,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: DNS
|
|
Group: DNS
|
|
|
License: ISC
|
|
License: ISC
|
|
|
Version: %{V_bind}
|
|
Version: %{V_bind}
|
|
|
-Release: 20030606
|
|
|
|
|
|
|
+Release: 20030704
|
|
|
|
|
|
|
|
# package options
|
|
# package options
|
|
|
%option with_dlz_mysql no
|
|
%option with_dlz_mysql no
|
|
@@ -72,8 +72,8 @@ BuildRoot: %{l_buildroot}
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20021002, make, openssl
|
|
BuildPreReq: OpenPKG, openpkg >= 20021002, make, openssl
|
|
|
PreReq: OpenPKG, openpkg >= 20021002
|
|
PreReq: OpenPKG, openpkg >= 20021002
|
|
|
%if "%{with_dlz_mysql}" == "yes"
|
|
%if "%{with_dlz_mysql}" == "yes"
|
|
|
-BuildPreReq: MYSQL
|
|
|
|
|
-PreReq: MYSQL
|
|
|
|
|
|
|
+BuildPreReq: mysql
|
|
|
|
|
+PreReq: mysql
|
|
|
%endif
|
|
%endif
|
|
|
%if "%{with_dlz_postgres}" == "yes"
|
|
%if "%{with_dlz_postgres}" == "yes"
|
|
|
BuildPreReq: postgresql
|
|
BuildPreReq: postgresql
|
|
@@ -105,7 +105,7 @@ Conflicts: bind8
|
|
|
#
|
|
#
|
|
|
%{l_patch} -p1 <dlz.patch
|
|
%{l_patch} -p1 <dlz.patch
|
|
|
#
|
|
#
|
|
|
- # fix up DLZ link libraries for MYSQL and Postgres
|
|
|
|
|
|
|
+ # fix up DLZ link libraries for MySQL and PostgreSQL
|
|
|
%{l_shtool} subst \
|
|
%{l_shtool} subst \
|
|
|
-e '/-lmysqlclient/s;-l\(nsl\|z\|crypt\|m\)\( \|"\);\2;g' \
|
|
-e '/-lmysqlclient/s;-l\(nsl\|z\|crypt\|m\)\( \|"\);\2;g' \
|
|
|
-e 's;\(-lpq\);\1 -lssl -lcrypto;g' \
|
|
-e 's;\(-lpq\);\1 -lssl -lcrypto;g' \
|