Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 87603 Details for
Bug 134461
dev-cpp/commoncpp2 as-needed fix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ccext2-as-needed.diff
ccext2-as-needed.diff (text/plain), 1.34 KB, created by
Stefan Schweizer (RETIRED)
on 2006-05-26 16:09:39 UTC
(
hide
)
Description:
ccext2-as-needed.diff
Filename:
MIME Type:
Creator:
Stefan Schweizer (RETIRED)
Created:
2006-05-26 16:09:39 UTC
Size:
1.34 KB
patch
obsolete
>diff -u commoncpp2-1.3.22/src/Makefile.am.orig commoncpp2-1.3.22/src/Makefile.am >--- commoncpp2-1.3.22/src/Makefile.am.orig 2006-05-27 00:54:55.000000000 +0200 >+++ commoncpp2-1.3.22/src/Makefile.am 2006-05-27 00:55:10.000000000 +0200 >@@ -38,7 +38,7 @@ > process.cpp string.cpp in6addr.cpp buffer.cpp lockfile.cpp \ > nat.cpp runlist.cpp assoc.cpp private.h nat.h > >-libccext2_la_LIBADD = @BASE_LIB@ @THREAD_LIBS@ >+libccext2_la_LIBADD = @BASE_LIB@ @THREAD_LIBS@ @XML_LIBS@ > libccext2_la_LDFLAGS = $(RELEASE) $(SHARED_FLAGS) > > if GETOPT_LONG >diff -u commoncpp2-1.3.22/src/Makefile.in.orig commoncpp2-1.3.22/src/Makefile.in >--- commoncpp2-1.3.22/src/Makefile.in.orig 2006-05-27 00:55:52.000000000 +0200 >+++ commoncpp2-1.3.22/src/Makefile.in 2006-05-27 00:55:57.000000000 +0200 >@@ -166,7 +166,7 @@ > libccgnu2_la_SOURCES = thread.cpp mutex.cpp semaphore.cpp threadkey.cpp friends.cpp event.cpp slog.cpp dir.cpp file.cpp inaddr.cpp peer.cpp timer.cpp socket.cpp strchar.cpp simplesocket.cpp mempager.cpp keydata.cpp dso.cpp exception.cpp missing.cpp process.cpp string.cpp in6addr.cpp buffer.cpp lockfile.cpp nat.cpp runlist.cpp assoc.cpp private.h nat.h > > >-libccext2_la_LIBADD = @BASE_LIB@ @THREAD_LIBS@ >+libccext2_la_LIBADD = @BASE_LIB@ @THREAD_LIBS@ @XML_LIBS@ > libccext2_la_LDFLAGS = $(RELEASE) $(SHARED_FLAGS) > > @GETOPT_LONG_TRUE@optincludedir = $(includedir)/cc++2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 134461
: 87603