Dash:
[t2.git] / package / develop / commonc++ / parallel-build-fix.patch
blob21d6723b1d451ad2fd81dd33a2437551f3e35a88
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../commonc++/parallel-build-fix.patch
5 # Copyright (C) 2008 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- commoncpp2-1.6.2/src/Makefile.in.orig 2008-06-12 09:27:23.000000000 +0200
18 +++ commoncpp2-1.6.2/src/Makefile.in 2008-06-12 09:22:43.000000000 +0200
19 @@ -78,7 +78,7 @@
20 "$(DESTDIR)$(optincludedir)"
21 libLTLIBRARIES_INSTALL = $(INSTALL)
22 LTLIBRARIES = $(lib_LTLIBRARIES)
23 -libccext2_la_DEPENDENCIES =
24 +libccext2_la_DEPENDENCIES = libccgnu2.la
25 am__libccext2_la_SOURCES_DIST = numbers.cpp zstream.cpp socketport.cpp \
26 url.cpp xml.cpp persist.cpp engine.cpp digest.cpp cmdoptns.cpp \
27 date.cpp md5.cpp unix.cpp network.cpp serial.cpp urlstring.cpp \