]> git.pld-linux.org Git - packages/OpenNI2.git/blob - OpenNI2-norpath.patch
- updated Source URL, rpm version for noarch subpackage
[packages/OpenNI2.git] / OpenNI2-norpath.patch
1 --- a/ThirdParty/PSCommon/BuildSystem/CommonCppMakefile
2 +++ b/ThirdParty/PSCommon/BuildSystem/CommonCppMakefile
3 @@ -97,7 +97,7 @@
4  ifneq "$(EXE_NAME)" ""
5         OUTPUT_NAME = $(EXE_NAME)
6         # We want the executables to look for the .so's locally first:
7 -       LDFLAGS += -Wl,-rpath ./
8 +       #       LDFLAGS += -Wl,-rpath ./
9         OUTPUT_COMMAND = $(CXX) -o $(OUTPUT_FILE) $(OBJ_FILES) $(LDFLAGS)
10  endif
11  ifneq "$(SLIB_NAME)" ""
This page took 0.111127 seconds and 3 git commands to generate.