Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 225527 Details for
Bug 302772
libinklevel-0.8.0 can't be built without debug
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for the package.
libinklevel-0.8.0-automagicdebug.patch (text/plain), 567 bytes, created by
Serkan Kaba (RETIRED)
on 2010-03-28 06:52:33 UTC
(
hide
)
Description:
Patch for the package.
Filename:
MIME Type:
Creator:
Serkan Kaba (RETIRED)
Created:
2010-03-28 06:52:33 UTC
Size:
567 bytes
patch
obsolete
>--- configure.in 2010-03-28 09:37:41.000000000 +0300 >+++ configure.in.fixed 2010-03-28 09:36:41.000000000 +0300 >@@ -17,8 +17,10 @@ > ## Determine hostname & OS > ## AC_CANONICAL_HOST > >-AC_ARG_ENABLE([debug], [ --enable-debug enable debugging output], >- AC_DEFINE(DEBUG, 1, [enable debugging output])) >+AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug], [Enable debugging output (default: disabled)])) >+if test "x$debug" == "xyes"; then >+ AC_DEFINE(DEBUG, 1, [enable debugging output]) >+fi > > ## Check for programs > ## we want libtool to build our libs
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 302772
:
217847
|
225527
|
225529
|
225599