From f34c1c99cd8dba4b43a287613833408400a37412 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 16 Jun 2017 21:46:04 -0400 Subject: Fix compile warning. Include systemd options. --- packaging/cups.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/cups.spec.in b/packaging/cups.spec.in index 687a3f661..b1afb9647 100644 --- a/packaging/cups.spec.in +++ b/packaging/cups.spec.in @@ -116,7 +116,7 @@ This package provides LPD client support. %build CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" \ - ./configure %{_dbus} %{_dnssd} %{_libusb1} %{_static} + ./configure %{_dbus} %{_dnssd} %{_libusb1} %{_static} %{_systemd} # If we got this far, all prerequisite libraries must be here. make -- cgit v1.2.1