mirror of
https://github.com/matrix-construct/construct
synced 2025-01-16 09:36:54 +01:00
use an rpath to avoid LD_LIBRARY_PATH stuff
This commit is contained in:
parent
33564d03b5
commit
12b7556ef4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ PROGS = $(IRCD_EXE)
|
|||
SSL_LIBS = @SSL_LIBS@
|
||||
SSL_INCLUDES = @SSL_INCLUDES@
|
||||
|
||||
IRCDLIBS = @MODULES_LIBS@ -L../libratbox/src/.libs -lratbox @LIBS@ $(SSL_LIBS)
|
||||
IRCDLIBS = @MODULES_LIBS@ -Wl,-rpath=@libdir@ -L../libratbox/src/.libs -lratbox @LIBS@ $(SSL_LIBS)
|
||||
|
||||
INCLUDES = -I../include -I../libratbox/include $(SSL_INCLUDES)
|
||||
CPPFLAGS = ${INCLUDES} @CPPFLAGS@
|
||||
|
|
Loading…
Reference in a new issue