* [gentoo-commits] gentoo-x86 commit in app-office/mdbtools/files: mdbtools-0.7.1-parallel-make.patch
@ 2013-10-14 13:30 Sergey Popov (pinkbyte)
0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2013-10-14 13:30 UTC (permalink / raw
To: gentoo-commits
pinkbyte 13/10/14 13:30:15
Added: mdbtools-0.7.1-parallel-make.patch
Log:
Version bump, wrt bug #487866. Add parallel make fixes, wrt bug #486434, thanks to Chris Kerr <gingekerr AT yahoo.co.uk>
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.1 app-office/mdbtools/files/mdbtools-0.7.1-parallel-make.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/mdbtools/files/mdbtools-0.7.1-parallel-make.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/mdbtools/files/mdbtools-0.7.1-parallel-make.patch?rev=1.1&content-type=text/plain
Index: mdbtools-0.7.1-parallel-make.patch
===================================================================
Patch for fixing parallel make issue, bug #486434
Related links:
https://github.com/brianb/mdbtools/issues/33
https://github.com/brianb/mdbtools/issues/35
diff --git a/src/sql/Makefile.am b/src/sql/Makefile.am
index 633f0c3..94b0838 100644
--- a/src/sql/Makefile.am
+++ b/src/sql/Makefile.am
@@ -1,3 +1,5 @@
+BUILT_SOURCES = parser.h
+AM_YFLAGS = -d
lib_LTLIBRARIES = libmdbsql.la
libmdbsql_la_SOURCES= mdbsql.c parser.y lexer.l
libmdbsql_la_LDFLAGS = -version-info 2:0:0 -export-symbols-regex '^mdb_sql_'
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-14 13:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14 13:30 [gentoo-commits] gentoo-x86 commit in app-office/mdbtools/files: mdbtools-0.7.1-parallel-make.patch Sergey Popov (pinkbyte)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox