mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
Verify in configure that linking with perl's LDFLAGS actually works. If
perl lib dir is set, add 'use lib "/perl/lib/dir"' before each script automatically. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1287 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e2ff4550ea
commit
469fde3618
3 changed files with 49 additions and 12 deletions
|
|
@ -15,6 +15,7 @@ perl.c: perl-signals-list.h
|
|||
|
||||
INCLUDES = $(GLIB_CFLAGS) \
|
||||
-DSCRIPTDIR=\""$(libdir)/irssi/scripts"\" \
|
||||
-DPERL_LIB_DIR=\""$(PERL_LIB_DIR)"\" \
|
||||
$(PERL_CFLAGS) \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/core
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue