]> git.pld-linux.org Git - packages/gdbm.git/commitdiff
- repair parallel make
authorzbyniu <zbyniu@pld-linux.org>
Tue, 18 Dec 2007 22:45:41 +0000 (22:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdbm-make-jN.patch -> 1.1

gdbm-make-jN.patch [new file with mode: 0644]

diff --git a/gdbm-make-jN.patch b/gdbm-make-jN.patch
new file mode 100644 (file)
index 0000000..3815cb9
--- /dev/null
@@ -0,0 +1,11 @@
+--- gdbm-1.8.3/Makefile.in~    2007-12-18 23:27:16.000000000 +0100
++++ gdbm-1.8.3/Makefile.in     2007-12-18 23:31:52.750925500 +0100
+@@ -158,7 +158,7 @@
+       $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libgdbm.la -rpath $(libdir) \
+               -version-info $(SHLIB_VER) $(LOBJS)
+-libgdbm_compat.la: $(C_LOBJS) gdbm.h
++libgdbm_compat.la: $(C_LOBJS) gdbm.h libgdbm.la
+       rm -f libgdbm_compat.la
+       $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libgdbm_compat.la -rpath $(libdir) \
+               -version-info $(SHLIB_VER) $(C_LOBJS) libgdbm.la
This page took 0.037598 seconds and 4 git commands to generate.