]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
build: removed rpath from library build
authorMarek Vavruša <marek.vavrusa@nic.cz>
Fri, 2 Oct 2015 11:41:52 +0000 (13:41 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Fri, 2 Oct 2015 11:41:52 +0000 (13:41 +0200)
lib/lib.mk

index 1467cf3e81b8520c90b11d4d5a0d6ff924dc4f6f..04fab08a214bfca35a8e05a447b97b79db240c93 100644 (file)
@@ -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))