package/glibc: remove outdated cvs configure option
authorRomain Naour <romain.naour@gmail.com>
Thu, 18 Jun 2020 16:17:34 +0000 (18:17 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 18 Jun 2020 19:32:47 +0000 (21:32 +0200)
--without-cvs has been removed from glibc tree since glibc 2.15 [1]

[1] https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=92963737c4376bcfd65235d5c325fa7f48302f89

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/glibc/glibc.mk

index f1c846b7272e90e02780927a200d99b96252d13e..76fae1f9f76d861d91e7171386f1dc296b6b2b32 100644 (file)
@@ -130,7 +130,6 @@ define GLIBC_CONFIGURE_CMDS
                --enable-shared \
                $(if $(BR2_x86_64),--enable-lock-elision) \
                --with-pkgversion="Buildroot" \
-               --without-cvs \
                --disable-profile \
                --without-gd \
                --enable-obsolete-rpc \