comparison libpurple/plugins/perl/common/Makefile.PL.in @ 31107:4f89666c8d81

Make perl bindings respect LDFLAGS. Fixes #12638. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author pva@gentoo.org
date Sat, 08 Jan 2011 02:34:47 +0000
parents 77177e6000e4
children
comparison
equal deleted inserted replaced
31106:a063e2a804ff 31107:4f89666c8d81
8 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 8 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1
9 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 9 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
10 (ABSTRACT_FROM => '@srcdir@/Purple.pm', # finds $ABSTRACT 10 (ABSTRACT_FROM => '@srcdir@/Purple.pm', # finds $ABSTRACT
11 AUTHOR => 'Purple <http://pidgin.im/>') : ()), 11 AUTHOR => 'Purple <http://pidgin.im/>') : ()),
12 'DEFINE' => '@DEBUG_CFLAGS@', 12 'DEFINE' => '@DEBUG_CFLAGS@',
13 'dynamic_lib' => { 'OTHERLDFLAGS' => '@LDFLAGS@' },
13 'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple @GLIB_CFLAGS@', 14 'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple @GLIB_CFLAGS@',
14 'OBJECT' => '$(O_FILES)', # link all the C files too 15 'OBJECT' => '$(O_FILES)', # link all the C files too
15 # 'OPTIMIZE' => '-g', # For debugging 16 # 'OPTIMIZE' => '-g', # For debugging
16 'INSTALLDIRS' => 'vendor', 17 'INSTALLDIRS' => 'vendor',
17 'INSTALL_BASE' => '$(prefix)', 18 'INSTALL_BASE' => '$(prefix)',