Commit a680fed3 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded gdbm to 1.20

parent 8545692e
all: all:
tar xf gdbm-1.18.1.tar.gz tar xf gdbm-1.20.tar.gz
patch -Np1 -d gdbm-1.18.1 < gdbm-1.18.1-gcc10.patch cd gdbm-1.20 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --disable-static --enable-libgdbm-compat
cd gdbm-1.18.1 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --disable-static --enable-libgdbm-compat $(MAKE) -C gdbm-1.20
$(MAKE) -C gdbm-1.18.1 -if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ $(MAKE) -C gdbm-1.20 -k check ; \
$(MAKE) -C gdbm-1.18.1 check ; \
fi fi
$(MAKE) -C gdbm-1.18.1 install $(MAKE) -C gdbm-1.20 install
rm -f /root/.gdbmtool_history rm -f /root/.gdbmtool_history
rm -rf gdbm-1.18.1 rm -rf gdbm-1.20
diff -uNr gdbm-1.18.1/src/parseopt.c gdbm-1.18.1-gcc10/src/parseopt.c
--- gdbm-1.18.1/src/parseopt.c 2018-05-30 19:09:15.000000000 +0930
+++ gdbm-1.18.1-gcc10/src/parseopt.c 2020-07-10 23:05:27.873819654 +0930
@@ -255,8 +255,6 @@
}
char *parseopt_program_name;
-char *parseopt_program_doc;
-char *parseopt_program_args;
const char *program_bug_address = "<" PACKAGE_BUGREPORT ">";
void (*parseopt_help_hook) (FILE *stream);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment