Search
j0ke.net Open Build Service
>
Projects
>
Apache
>
libapr-util1
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
libapr-util1.spec
@@ -15,6 +15,7 @@ %define with_sqlite2 0 %define with_sqlite3 0 %define with_mysql 0 +%define with_dbmdb 1 %if 0%{?suse_version} > 910 # see previous versions of this package for a workaround how to build the mysql driver on SLES9. %define with_mysql 1 @@ -283,6 +284,12 @@ %attr(755,root,root) %{dso_libdir}/apr_dbd_sqlite3* %endif +%if %{with_dbmdb} +%files dbd-dbmdb +%defattr(-,root,root,-) +%attr(755,root,root) %{dso_libdir}/apr_dbm_db* +%endif + %files devel %defattr(-,root,root) %if %{?suse_version:1}0