1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-06 23:24:15 +00:00

- remote hardcoded rpath from Makefile

This commit is contained in:
hagen 2014-09-19 04:14:04 +00:00
parent 2c1365ad0c
commit 1ac75be832

View File

@ -2,7 +2,7 @@ CC = g++
CFLAGS = -g -Wall -std=c++11
include filelist.mk
INCFLAGS =
LDFLAGS = -Wl,-rpath,/usr/local/lib -lcryptopp -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread
LDFLAGS = -lcryptopp -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread
LIBS =
#check if AES-NI is supported by CPU