]> git.ipfire.org Git - thirdparty/kmod.git/blob - bootstrap-configure
libkmod-module: Don't pass NULL ctx to kmod_log
[thirdparty/kmod.git] / bootstrap-configure
1 #!/bin/sh
2
3 . ./bootstrap && \
4 exec ./configure CFLAGS="-g -O2 -Werror" $args $hackargs "$@"