* [gentoo-commits] gentoo-x86 commit in dev-vcs/fossil/files: 20100318142033-gentoo.patch
@ 2010-05-19 7:52 Justin Lecher (jlec)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-05-19 7:52 UTC (permalink / raw
To: gentoo-commits
jlec 10/05/19 07:52:44
Added: 20100318142033-gentoo.patch
Log:
Version Bump #319503; unbundle sqlite; link as-needed conform
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-vcs/fossil/files/20100318142033-gentoo.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/files/20100318142033-gentoo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/files/20100318142033-gentoo.patch?rev=1.1&content-type=text/plain
Index: 20100318142033-gentoo.patch
===================================================================
diff --git a/Makefile b/Makefile
index 18d5ea5..962e295 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,8 @@ TCC += -DFOSSIL_ENABLE_SSL
# so that we can build a static executable that will run in a
# chroot jail.
#
-LIB = -lz $(LDFLAGS)
+
+LIB = -lz -lsqlite3
# If you're on OpenSolaris:
# LIB += lsocket
# Solaris 10 needs:
diff --git a/src/main.mk b/src/main.mk
index 470bedd..a8bbc38 100644
--- a/src/main.mk
+++ b/src/main.mk
@@ -266,8 +266,8 @@ VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest
awk '{ printf "#define MANIFEST_VERSION \"[%.10s]\"\n", $$1}' $(SRCDIR)/../manifest.uuid >>VERSION.h
awk '$$1=="D"{printf "#define MANIFEST_DATE \"%s %s\"\n", substr($$2,1,10),substr($$2,12)}' $(SRCDIR)/../manifest >>VERSION.h
-$(APPNAME): headers $(OBJ) $(OBJDIR)/sqlite3.o $(OBJDIR)/th.o $(OBJDIR)/th_lang.o
- $(TCC) -o $(APPNAME) $(OBJ) $(OBJDIR)/sqlite3.o $(OBJDIR)/th.o $(OBJDIR)/th_lang.o $(LIB)
+$(APPNAME): headers $(OBJ) $(OBJDIR)/th.o $(OBJDIR)/th_lang.o
+ $(TCC) $(LDFLAGS) -o $(APPNAME) $(OBJ) $(OBJDIR)/th.o $(OBJDIR)/th_lang.o $(LIB)
# This rule prevents make from using its default rules to try build
# an executable named "manifest" out of the file named "manifest.c"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-vcs/fossil/files: 20100318142033-gentoo.patch
@ 2011-03-08 19:22 Rafael Martins (rafaelmartins)
0 siblings, 0 replies; 2+ messages in thread
From: Rafael Martins (rafaelmartins) @ 2011-03-08 19:22 UTC (permalink / raw
To: gentoo-commits
rafaelmartins 11/03/08 19:22:34
Removed: 20100318142033-gentoo.patch
Log:
Version bump. Clean up old versions.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-08 19:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 7:52 [gentoo-commits] gentoo-x86 commit in dev-vcs/fossil/files: 20100318142033-gentoo.patch Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2011-03-08 19:22 Rafael Martins (rafaelmartins)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox