This has the advance that we dont get any lintian warnings but the drawback that afterwards
the drivers.so are no longer found.
So this patch is DISABLED in series currently.
This is caused by the fact that dlopen does not consider the current dir if not told so
(XnLinuxSharedLibs.cpp should be fixed for that).
Gbp-Pq: Name 0004-disable-rpath.patch
ifneq "$(EXE_NAME)" ""
OUTPUT_NAME = $(EXE_NAME)
# We want the executables to look for the .so's locally first:
- LDFLAGS += -Wl,-rpath ./
+ # LDFLAGS += -Wl,-rpath ./
OUTPUT_COMMAND = $(CXX) -o $(OUTPUT_FILE) $(OBJ_FILES) $(LDFLAGS)
endif
ifneq "$(SLIB_NAME)" ""