Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/ndctl/PKGBUILD: fix iniparser.h include
The iniparser.h's path is different for different distributions. For arch the path is /usr/include. For ubuntu/debian the path is /usr/include/iniparser Fix following issue: ``` ../util/parse-configs.c:7:10: fatal error: iniparser.h: No such file or directory 7 | #include <iniparser.h> ``` makepkg RT: ``` { "makepkg.pass": [ 1 ] } ``` Link: pmem/ndctl#186 Signed-off-by: Zou Yu <[email protected]> Signed-off-by: Philip Li <[email protected]>
- Loading branch information