File remove-rpath.patch of Package novacom
--- novacom/makefile~ 2012-08-14 14:00:10.672419329 +0200 +++ novacom/makefile 2012-08-14 14:00:10.687418825 +0200 @@ -48,7 +48,7 @@ # endif ifeq ($(UNAME),Linux) -LDFLAGS += -Wl,-rpath,. -lpthread # add the local path to the program's search path +LDFLAGS += -lpthread endif