Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 344002 Details for
Bug 464128
dev-libs/libconfig - add multilib ABI support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
The patch needed to compile libconfig out of source.
libconfig-1.4.9-out-of-source-build.patch (text/plain), 620 bytes, created by
Karl Lindén
on 2013-04-01 20:39:23 UTC
(
hide
)
Description:
The patch needed to compile libconfig out of source.
Filename:
MIME Type:
Creator:
Karl Lindén
Created:
2013-04-01 20:39:23 UTC
Size:
620 bytes
patch
obsolete
>diff -ur libconfig-1.4.9.orig/tests/Makefile.am libconfig-1.4.9/tests/Makefile.am >--- libconfig-1.4.9.orig/tests/Makefile.am 2011-08-04 05:36:33.000000000 +0200 >+++ libconfig-1.4.9/tests/Makefile.am 2013-04-01 21:50:54.413811947 +0200 >@@ -3,10 +3,10 @@ > > libconfig_tests_SOURCES = tests.c > >-libconfig_tests_CPPFLAGS = -I../tinytest -I../lib >+libconfig_tests_CPPFLAGS = -I$(top_srcdir)/tinytest -I$(top_srcdir)/lib > >-libconfig_tests_LDADD = -L../tinytest -ltinytest \ >- -L../lib/.libs -lconfig >+libconfig_tests_LDADD = -L$(top_builddir)/tinytest -ltinytest \ >+ -L$(top_builddir)/lib/.libs -lconfig > > > EXTRA_DIST = \
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 464128
:
344000
| 344002 |
344042