1
0
mirror of https://github.com/containers/podman.git synced 2026-02-05 06:45:31 +01:00

Stop setting btrfs_noversion build tag

c/storage no longer uses this tag after
https://github.com/containers/storage/pull/2308.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-04-30 14:22:25 +02:00
parent dd8fbb7582
commit c9b1bd1cf3
5 changed files with 7 additions and 15 deletions

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env bash
${CPP:-${CC:-cc} -E} ${CPPFLAGS} - > /dev/null 2> /dev/null << EOF
#include <btrfs/version.h>
EOF
if test $? -ne 0 ; then
echo btrfs_noversion
fi