Harald Hoyer
9a52c3fdb0
style: shfmt reformat
...
reproducible with:
```
$ shfmt_version=3.0.1
$ wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64 " -O shfmt
$ chmod u+x shfmt
$ ./shfmt -w .
```
2021-03-13 20:10:43 +01:00
Harald Hoyer
f4053eb0c8
fix: shellcheck for configure
2021-02-15 11:00:37 +01:00
A. Wilcox
3aec4fca0b
configure: Find FTS library with --as-needed
...
When LDFLAGS contains ``-Wl,--as-needed``, the FTS library will be
ignored if it is specified before the .c source.
Signed-off-by: A. Wilcox <AWilcox@Wilcox-Tech.com>
Fixes: 62f27ee6f1
("configure: find cflags and libs for fts on musl")
2020-11-15 00:32:14 +01:00
Doan Tran Cong Danh
62f27ee6f1
configure: find cflags and libs for fts on musl
...
Signed-off-by: Doan Tran Cong Danh <congdanhqx@gmail.com>
2019-11-10 01:47:30 +01:00
Yu Watanabe
7bb8083562
configure, kmod: bump kmod version to >= 23
...
Follow-up for 2a0da60ed1
.
2018-01-16 23:10:21 +09:00
Harald Hoyer
2a0da60ed1
configure: bump kmod version to >= 23
...
for issue #357
2018-01-16 14:17:16 +01:00
Marc-Antoine Perennou
699414f5a5
configure: don't hardcode pkg-config
...
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2016-05-04 10:18:54 +02:00
Harald Hoyer
607fec3e79
Use pkg-config for libkmod CFLAGS and LIBS
2016-04-13 11:13:32 +02:00
Harald Hoyer
967cc19ab1
remove all vim and emacs code format comments
2014-08-29 13:38:47 +02:00
Harald Hoyer
1d4b337543
dracut.spec: use configure
2013-03-20 08:01:29 +01:00
Colin Walters
2692a42231
build: Add --disable-documentation option
...
Some operating system builders may not want to build documention, for
example during a bootstrapping process.
2012-09-27 16:50:25 +02:00
Colin Walters
103281f3b6
Support GNOME Build API
...
For dracut:
See people.gnome.org/~walters/docs/build-api.txt
We have a new stub configure script that writes out a Makefile.inc.
2012-09-27 12:59:57 +02:00