]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
autogen.sh: remove --with-rootprefix, it is gone since kmod-11
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 28 Nov 2022 09:05:31 +0000 (10:05 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 1 Dec 2022 06:01:01 +0000 (22:01 -0800)
Signed-off-by: Adam Gołębiowski <adamg@pld-linux.org>
autogen.sh

index e4997c4c53e37309bbed97cd8e3faaa32f6563f6..2616247964504b18403a4e8bbd00b238ffeaf41e 100755 (executable)
@@ -25,7 +25,6 @@ fi
 
 if [ ! -L /bin ]; then
     args="$args \
-        --with-rootprefix= \
         --with-rootlibdir=$(libdir /lib) \
         "
 fi