* [gentoo-commits] gentoo-x86 commit in app-misc/jq/files: jq-1.1-makefile.patch
@ 2012-10-23 20:33 Tim Harder (radhermit)
0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2012-10-23 20:33 UTC (permalink / raw
To: gentoo-commits
radhermit 12/10/23 20:33:53
Added: jq-1.1-makefile.patch
Log:
Initial import, ebuild by me.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.1 app-misc/jq/files/jq-1.1-makefile.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/jq/files/jq-1.1-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/jq/files/jq-1.1-makefile.patch?rev=1.1&content-type=text/plain
Index: jq-1.1-makefile.patch
===================================================================
--- stedolan-jq-bf61e95/Makefile
+++ stedolan-jq-bf61e95/Makefile
@@ -1,4 +1,5 @@
-CC=gcc -Wextra -Wall -Wno-missing-field-initializers -Wno-unused-parameter -std=gnu99 -ggdb -Wno-unused-function
+CC?=gcc
+CFLAGS+=-Wextra -Wall -Wno-missing-field-initializers -Wno-unused-parameter -std=gnu99 -Wno-unused-function
prefix=/usr/local
.PHONY: all clean releasedep tarball install uninstall test releasetag
@@ -30,10 +31,10 @@
jq_test: $(JQ_SRC) jq_test.c
- $(CC) -DJQ_DEBUG=1 -o $@ $^
+ $(CC) $(CFLAGS) $(LDFLAGS) -DJQ_DEBUG=1 -o $@ $^
jq: $(JQ_SRC) main.c
- $(CC) -O -DJQ_DEBUG=0 -o $@ $^
+ $(CC) $(CFLAGS) $(LDFLAGS) -DJQ_DEBUG=0 -o $@ $^
test: jq_test
valgrind --error-exitcode=1 -q --leak-check=full ./jq_test >/dev/null
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/jq/files: jq-1.1-makefile.patch
@ 2013-05-01 16:49 Tim Harder (radhermit)
0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2013-05-01 16:49 UTC (permalink / raw
To: gentoo-commits
radhermit 13/05/01 16:49:47
Removed: jq-1.1-makefile.patch
Log:
Remove old.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-01 16:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-23 20:33 [gentoo-commits] gentoo-x86 commit in app-misc/jq/files: jq-1.1-makefile.patch Tim Harder (radhermit)
-- strict thread matches above, loose matches on Subject: below --
2013-05-01 16:49 Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox