summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Gołębiowski <adamg@pld-linux.org>2022-11-28 10:05:31 +0100
committerLucas De Marchi <lucas.de.marchi@gmail.com>2022-11-30 22:01:01 -0800
commit6c5f2f13689e6a4668f87171752d7818bed4b602 (patch)
tree6c1172fb19625f2bc1c1c280b0354c7a761e04f0
parentd5950b0b5e66a5ec1c21b638dec3974056aaabeb (diff)
downloadkmod-6c5f2f13689e6a4668f87171752d7818bed4b602.tar.gz
autogen.sh: remove --with-rootprefix, it is gone since kmod-11
Signed-off-by: Adam Gołębiowski <adamg@pld-linux.org>
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e4997c4..2616247 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -25,7 +25,6 @@ fi
if [ ! -L /bin ]; then
args="$args \
- --with-rootprefix= \
--with-rootlibdir=$(libdir /lib) \
"
fi