Package: pidgin-sipe / 1.25.0-2

Metadata

Package Version Patches format
pidgin-sipe 1.25.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
cflags remove Wundef.patch | (download)

configure.ac | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 cflags-remove-wundef


0001 Fix 359 Incorrect build due to false negative config.patch | (download)

ChangeLog | 3 3 + 0 - 0 !
configure.ac | 6 4 + 2 - 0 !
2 files changed, 7 insertions(+), 2 deletions(-)

 [patch] fix #359: incorrect build due to false negative configure
 checks

We must not include QUALITY_CFLAGS, which can include -Werror, in CFLAGS
during configure run, because it can cause false negative configure
checks. QUALITY_CFLAGS should only affect compiling SIPE code itself.