mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
Fix CUPS build error with kernel 5.2+ headers also for Sysv, and realign
double ampersands git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21929 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
5694241807
commit
9b463b1801
@ -208,6 +208,7 @@
|
||||
|
||||
<screen revision="sysv"><userinput>sed -i 's:444:644:' Makedefs.in &&
|
||||
sed -i '/MAN.EXT/s:.gz::' configure config-scripts/cups-manpages.m4 &&
|
||||
sed -i '/stat.h/a #include <asm-generic/ioctls.h>' test/ipptool.c &&
|
||||
|
||||
aclocal -I config-scripts &&
|
||||
autoconf -I config-scripts &&
|
||||
@ -220,9 +221,9 @@ CC=gcc CXX=g++ \
|
||||
--with-docdir=/usr/share/cups/doc-&cups-version; &&
|
||||
make</userinput></screen>
|
||||
|
||||
<screen revision="systemd"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in &&
|
||||
sed -i '/MAN.EXT/s:.gz::g' configure config-scripts/cups-manpages.m4 &&
|
||||
sed -i '/stat.h/a #include <asm-generic/ioctls.h>' test/ipptool.c &&
|
||||
<screen revision="systemd"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in &&
|
||||
sed -i '/MAN.EXT/s:.gz::' configure config-scripts/cups-manpages.m4 &&
|
||||
sed -i '/stat.h/a #include <asm-generic/ioctls.h>' test/ipptool.c &&
|
||||
|
||||
aclocal -I config-scripts &&
|
||||
autoconf -I config-scripts &&
|
||||
|
Loading…
Reference in New Issue
Block a user