mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
There's no need to maintain an old version. Removed all patches as they are all upstream. Import new ones from Arch, Debian, and OpenEmbedded. Signed-off-by: Rosen Penev <rosenp@gmail.com>
20 lines
704 B
Diff
20 lines
704 B
Diff
With higher paralelism it sometimes fails with:
|
|
libtool: link: `util_log.lo' is not a valid libtool object
|
|
make: *** [db_replicate] Error 1
|
|
|
|
Upstream-Status: Inappropriate [as far as open source community is concerned, upstream is dead]
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
--- a/dist/Makefile.in
|
|
+++ b/dist/Makefile.in
|
|
@@ -1034,7 +1034,7 @@ db_recover: db_recover@o@ util_sig@o@ $(
|
|
db_recover@o@ util_sig@o@ $(DEF_LIB) $(LIBS)
|
|
$(POSTLINK) $@
|
|
|
|
-db_replicate: db_replicate@o@ util_sig@o@ $(DEF_LIB)
|
|
+db_replicate: db_replicate@o@ util_log@o@ util_sig@o@ $(DEF_LIB)
|
|
$(CCLINK) -o $@ $(LDFLAGS) \
|
|
db_replicate@o@ util_log@o@ util_sig@o@ $(DEF_LIB) $(LIBS)
|
|
$(POSTLINK) $@
|