From f0718d02c48892c3b17f0c58bfde14ae56594337 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 28 Feb 2014 17:17:14 +0000 Subject: [PATCH] Don't override CFLAGS in Makefile.am. --- system-config-printer.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/system-config-printer.spec b/system-config-printer.spec index c0955b2..8c87ced 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -1,7 +1,7 @@ Summary: A printer administration tool Name: system-config-printer Version: 1.4.3 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ URL: http://cyberelk.net/tim/software/system-config-printer/ Group: System Environment/Base @@ -77,6 +77,8 @@ printers. # Fixed makefile to work with _smp_mflags (patch from upstream). %patch3 -p1 -b .smp-mflags +sed -i.cflags-override -e '/^CFLAGS/d' Makefile.{am,in} + %build %configure --with-udev-rules make %{?_smp_mflags} @@ -175,6 +177,9 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris exit 0 %changelog +* Fri Feb 28 2014 Tim Waugh 1.4.3-8 +- Don't override CFLAGS in Makefile.am. + * Fri Dec 6 2013 Tim Waugh 1.4.3-7 - Include upstream Makefile fixes for udev directories.