ALT Linux Bugzilla
– Attachment 5164 Details for
Bug 26474
[PATCH] glib -> glib2
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч №1
0001-glib1-->-glib2.patch (text/plain), 924 bytes, created by
Lenar Shakirov
on 2011-10-19 19:01:58 MSK
(
hide
)
Description:
Патч №1
Filename:
MIME Type:
Creator:
Lenar Shakirov
Created:
2011-10-19 19:01:58 MSK
Size:
924 bytes
patch
obsolete
>From 0f29debb39201c90cab3b6d3dd7f700ed548e0e0 Mon Sep 17 00:00:00 2001 >From: Alexey Shabalin <shaba@altlinux.org> >Date: Tue, 30 Aug 2011 01:03:23 +0400 >Subject: [PATCH] glib1 -> glib2 > >--- > consolehelper/src/server/Makefile | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/consolehelper/src/server/Makefile b/consolehelper/src/server/Makefile >index f47aa99..3b449d5 100644 >--- a/consolehelper/src/server/Makefile >+++ b/consolehelper/src/server/Makefile >@@ -18,8 +18,8 @@ > # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. > # > >-CPPFLAGS = $(RPM_OPT_FLAGS) -D_GNU_SOURCE -I../include $(shell glib-config --cflags) >-LDLIBS = -lglib -lpam -lpam_misc >+CPPFLAGS = $(RPM_OPT_FLAGS) -D_GNU_SOURCE -I../include $(shell pkg-config glib-2.0 --cflags) >+LDLIBS = $(shell pkg-config glib-2.0 --libs) -lpam -lpam_misc > INSTALL = install > SUBST = subst -p > PACKAGE = auth >-- >1.7.6.1 >
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 26474
: 5164 |
5165