mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 10:02:22 +02:00
Merge aba598885b into 016fd34436
This commit is contained in:
commit
0ad4a172df
1 changed files with 16 additions and 2 deletions
14
INSTALL
14
INSTALL
|
|
@ -113,3 +113,17 @@ Getting perl scripting to work needs a few things:
|
||||||
It doesn't hurt to be defined everywhere, so configure irssi with:
|
It doesn't hurt to be defined everywhere, so configure irssi with:
|
||||||
|
|
||||||
CFLAGS='-DUSEIMPORTLIB' ./configure --with-perl-staticlib
|
CFLAGS='-DUSEIMPORTLIB' ./configure --with-perl-staticlib
|
||||||
|
|
||||||
|
OS X
|
||||||
|
|
||||||
|
Build may fail with a message similar to:
|
||||||
|
Undefined symbols for architecture x86_64:
|
||||||
|
"_EVP_PKEY_id", referenced from:
|
||||||
|
_irssi_ssl_handshake in libcore.a(network-openssl.o)
|
||||||
|
ld: symbol(s) not found for architecture x86_64
|
||||||
|
|
||||||
|
To resolve this run
|
||||||
|
|
||||||
|
CPPFLAGS=-I/path/to/recent/openssl/include \
|
||||||
|
LDFLAGS=-L/path/to/recent/openssl/lib \
|
||||||
|
./configure
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue