Mailinglist Archive: opensuse-bugs (7441 mails)
| < Previous | Next > |
[Bug 357917] php5 build requires packages which are not part of Factory
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 1 Feb 2008 02:38:41 -0700 (MST)
- Message-id: <20080201093841.C176A24538D@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=357917
User mmarek@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=357917#c1
Michal Marek <mmarek@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|
|mmarek@xxxxxxxxxx
--- Comment #1 from Michal Marek <mmarek@xxxxxxxxxx> 2008-02-01 02:38:41 MST
---
I'd suggest
%if 0%{?_with_ming:1}
BuildRequires: ming-devel
%endif
%if 0%{?_with_qdbm:1}
BuildRequires: qdbm-devel
%endif
.. and so on
and define %_with_qdbm and %_with_qdbm in the configuration of server:php. That
way it's also possible to to
rpmbuild -ba --with ming --with qdbm php5.spec outside the buildservice.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User mmarek@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=357917#c1
Michal Marek <mmarek@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|
|mmarek@xxxxxxxxxx
--- Comment #1 from Michal Marek <mmarek@xxxxxxxxxx> 2008-02-01 02:38:41 MST
---
I'd suggest
%if 0%{?_with_ming:1}
BuildRequires: ming-devel
%endif
%if 0%{?_with_qdbm:1}
BuildRequires: qdbm-devel
%endif
.. and so on
and define %_with_qdbm and %_with_qdbm in the configuration of server:php. That
way it's also possible to to
rpmbuild -ba --with ming --with qdbm php5.spec outside the buildservice.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |