crtmpserver: import from packages, add myself as the maintainer
[feed/packages.git] / multimedia / crtmpserver / patches / 020-add-rpath.patch
1 --- a/builders/make/linux.mk
2 +++ b/builders/make/linux.mk
3 @@ -31,8 +31,8 @@ OPTIMIZATIONS = -O3
4 COMPILE_FLAGS = $(FPIC) $(OPTIMIZATIONS) $(CFLAGS)
5
6 #linking flags
7 -dynamic_lib_flags = $(FPIC) $(OPTIMIZATIONS) -Wl,-soname,$(DYNAMIC_LIB_PREFIX)$(1)$(DYNAMIC_LIB_SUFIX) -Wl,-rpath,"\$$ORIGIN"
8 -dynamic_exec_flags = $(FPIC) $(OPTIMIZATIONS) -Wl,-rpath,"\$$ORIGIN"
9 +dynamic_lib_flags = $(FPIC) $(OPTIMIZATIONS) -Wl,-soname,$(DYNAMIC_LIB_PREFIX)$(1)$(DYNAMIC_LIB_SUFIX) -Wl,-rpath,/usr/lib/crtmpserver
10 +dynamic_exec_flags = $(FPIC) $(OPTIMIZATIONS) -Wl,-rpath,/usr/lib/crtmpserver
11
12 #compile switches
13 PLATFORM_DEFINES = \