]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- fix build with lz4 headers in /usr/include/lz4; release 19 auto/th/systemd-221-19
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Dec 2016 11:01:31 +0000 (12:01 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Dec 2016 11:01:31 +0000 (12:01 +0100)
systemd.spec

index fccb1851a4e57f5639382c13e0ee88c42a4d5788..da65c8246d9acd1f355a6a2c7da5b47ea698b87d 100644 (file)
@@ -28,7 +28,7 @@ Summary(pl.UTF-8):    systemd - zarządca systemu i usług dla Linuksa
 Name:          systemd
 # Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often)
 Version:       221
-Release:       18
+Release:       19
 Epoch:         1
 License:       GPL v2+ (udev), LGPL v2.1+ (the rest)
 Group:         Base
@@ -689,6 +689,8 @@ cp -p %{SOURCE2} src/systemd_booted.c
 %{__autoheader}
 %{__automake}
 
+CPPFLAGS="%{rpmcppflags} -I/usr/include/lz4"
+
 for PYTHON in %{__python} %{?with_python3:%{__python3}}; do
 
 %configure \
This page took 0.336166 seconds and 4 git commands to generate.