]> git.pld-linux.org Git - packages/screen.git/commitdiff
- make sure fifos are enabled
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 12 Dec 2012 20:11:34 +0000 (21:11 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 12 Dec 2012 20:11:34 +0000 (21:11 +0100)
screen.spec

index cc2c43da06880bf2a238371a56aa653f2295704d..7dc3762fd81354375bb9f7118b9f055613988847 100644 (file)
@@ -161,6 +161,8 @@ CFLAGS="%{rpmcflags} -DMAXWIN=256"
        --with-pty-group=5 \
        --disable-socket-dir
 
+%{?with_fifo:grep -q "define.*NAMEDPIPE.*1" config.h || echo "bcond with fifo but fifos not enabled!" && exit 1}
+
 %{__make} -j1
 
 cd doc
This page took 0.039903 seconds and 4 git commands to generate.