We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ce821 commit 2a1092aCopy full SHA for 2a1092a
1 file changed
projects/rsync.samba.org/package.yml
@@ -11,7 +11,20 @@ dependencies:
11
lz4.org: ^1
12
13
build:
14
+ dependencies:
15
+ linux:
16
+ # since v3.4.3 for linux/openat2.h
17
+ kernel.org/linux-headers: ">=5.6"
18
script:
19
+ - run: sed -i "/#include <linux\/openat2.h>/r $PROP" syscall.c
20
+ if: '>=3.4.3 linux'
21
+ prop: |
22
+ #ifndef SYS_openat2
23
+ # include <asm/unistd.h>
24
+ # ifdef __NR_openat2
25
+ # define SYS_openat2 __NR_openat2
26
+ # endif
27
+ #endif
28
- ./configure $ARGS
29
- make --jobs {{ hw.concurrency }} install
30
env:
0 commit comments