6ae73485c8
Accepted submit request 60677 from user vuntz OBS-URL: https://build.opensuse.org/request/show/60677 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin?expand=0&rev=66
25 lines
1.5 KiB
Diff
25 lines
1.5 KiB
Diff
Index: pidgin-2.7.10/libpurple/plugins/perl/common/Makefile.PL.in
|
|
===================================================================
|
|
--- pidgin-2.7.10.orig/libpurple/plugins/perl/common/Makefile.PL.in
|
|
+++ pidgin-2.7.10/libpurple/plugins/perl/common/Makefile.PL.in
|
|
@@ -10,7 +10,6 @@ WriteMakefile(
|
|
(ABSTRACT_FROM => '@srcdir@/Purple.pm', # finds $ABSTRACT
|
|
AUTHOR => 'Purple <http://pidgin.im/>') : ()),
|
|
'DEFINE' => '@DEBUG_CFLAGS@',
|
|
- 'dynamic_lib' => { 'OTHERLDFLAGS' => '@LDFLAGS@' },
|
|
'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple @GLIB_CFLAGS@',
|
|
'OBJECT' => '$(O_FILES)', # link all the C files too
|
|
# 'OPTIMIZE' => '-g', # For debugging
|
|
Index: pidgin-2.7.10/pidgin/plugins/perl/common/Makefile.PL.in
|
|
===================================================================
|
|
--- pidgin-2.7.10.orig/pidgin/plugins/perl/common/Makefile.PL.in
|
|
+++ pidgin-2.7.10/pidgin/plugins/perl/common/Makefile.PL.in
|
|
@@ -9,7 +9,6 @@ WriteMakefile(
|
|
('ABSTRACT_FROM' => '@srcdir@/Pidgin.pm', # finds $ABSTRACT
|
|
'AUTHOR' => 'Pidgin <http://pidgin.im/>') : ()),
|
|
'DEFINE' => '@DEBUG_CFLAGS@',
|
|
- 'dynamic_lib' => { 'OTHERLDFLAGS' => '@LDFLAGS@' },
|
|
'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple -I@top_srcdir@/pidgin @GTK_CFLAGS@',
|
|
'OBJECT' => '$(O_FILES)', # link all the C files too
|
|
'TYPEMAPS' => ["@top_srcdir@/libpurple/plugins/perl/common/typemap"],
|