Skip to content

Commit 048d12a

Browse files
authored
Merge pull request #2622 from pqarmitage/updates
snap: attempt 5 to fix close_range() snap build with Linux 5.8
2 parents 3449027 + 817531d commit 048d12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ parts:
257257
cat /usr/include/linux/version.h
258258
ls -lR /usr/include/linux
259259
rm -rf ${CRAFT_STAGE}/keepalived-linux-libc-dev
260-
echo CFLAGS=$CFLAGS
260+
echo CFLAGS=${CFLAGS:-}
261261
echo "Finding close_range.h"
262262
find /usr/include -name "close_range.h"
263263
cat /usr/include/linux/close_range.h || true

0 commit comments

Comments
 (0)