[Bug 210025] Review Request: openpbx - The truly open source PBX

bugzilla at redhat.com bugzilla at redhat.com
Wed Oct 11 22:56:21 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: openpbx - The truly open source PBX


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=210025





------- Additional Comments From enrico.scholz at informatik.tu-chemnitz.de  2006-10-11 18:56 EST -------
fwiw, the misdn conditional can be expressed as

| %bcond_with misdn
| ...
| %{?with_misdn:BuildRequires: mISDN}
| ...
| configure ... %{?with_misdn:--with-chan_misdn}
| ...
| %if 0%{?with_misdn:1}
| ...

It allows short (and IMO more elegant) expressions, and allows the user to build
with '--with misdn' (or %_with_misdn in ~/.rpmmacros)

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list