Mageia Bugzilla – Attachment 4030 Details for
Bug 10228
provide updated isdn4k-utils for Mageia3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch that sets defines properly
isdn4k-utils-eicon_configure.patch (text/plain), 422 bytes, created by
Christian Lohmaier
on 2013-05-22 20:31:53 CEST
(
hide
)
Description:
patch that sets defines properly
Filename:
MIME Type:
Creator:
Christian Lohmaier
Created:
2013-05-22 20:31:53 CEST
Size:
422 bytes
patch
obsolete
>--- eicon/configure.in 2012-06-30 16:06:29.000000000 +0200 >+++ eicon/configure.in 2013-05-21 21:45:20.998491316 +0200 >@@ -59,10 +59,10 @@ > CONFIG_EICONCTRL_DEBUG="y" > ) > >-AC_DEFINE(HAVE_XLOG, [], [xlog supported]) >+AC_DEFINE(HAVE_XLOG, [1], [xlog supported]) > AC_SUBST(HAVE_XLOG) > >-AC_DEFINE(HAVE_TRACE, [], [trace supported]) >+AC_DEFINE(HAVE_TRACE, [1], [trace supported]) > AC_SUBST(HAVE_TRACE) > > AC_SUBST(HAVE_NPCI)
--- eicon/configure.in 2012-06-30 16:06:29.000000000 +0200 +++ eicon/configure.in 2013-05-21 21:45:20.998491316 +0200 @@ -59,10 +59,10 @@ CONFIG_EICONCTRL_DEBUG="y" ) -AC_DEFINE(HAVE_XLOG, [], [xlog supported]) +AC_DEFINE(HAVE_XLOG, [1], [xlog supported]) AC_SUBST(HAVE_XLOG) -AC_DEFINE(HAVE_TRACE, [], [trace supported]) +AC_DEFINE(HAVE_TRACE, [1], [trace supported]) AC_SUBST(HAVE_TRACE) AC_SUBST(HAVE_NPCI)
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10228
:
4027
|
4028
|
4029
| 4030 |
4031
|
4032
|
4033
|
4045
|
4046