Commit e3b30d2
pkg/ltp/PKGBUILD: fix ltp/src/rusers/rpc.rstatd-4.0.1 compile error
Error:
rup.c:29:10: fatal error: rpc/rpc.h: No such file or directory
29 | #include <rpc/rpc.h>
| ^~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:325: rup.o] Error 1
Reason:
add libtirpc-dev include path and library.
Signed-off-by: Jie2x Zhou <[email protected]>
Signed-off-by: Philip Li <[email protected]>1 parent 6fff1b9 commit e3b30d2
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments