Skip to content
Snippets Groups Projects
Commit e67c3090 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

build: removed rpath from library build

parent 177a2a14
Branches
Tags
No related merge requests found
......@@ -49,7 +49,7 @@ libkres_HEADERS := \
# Dependencies
libkres_DEPEND :=
libkres_LIBS := $(libknot_LIBS) $(libdnssec_LIBS)
libkres_TARGET := -Wl,-rpath,lib -Llib -lkres
libkres_TARGET := -Llib -lkres
# Make library
$(eval $(call make_static,libkres,lib))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment