You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
621 B

  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. #linking flags
  6. -dynamic_lib_flags = $(FPIC) $(OPTIMIZATIONS) -Wl,-soname,$(DYNAMIC_LIB_PREFIX)$(1)$(DYNAMIC_LIB_SUFIX) -Wl,-rpath,"\$$ORIGIN"
  7. -dynamic_exec_flags = $(FPIC) $(OPTIMIZATIONS) -Wl,-rpath,"\$$ORIGIN"
  8. +dynamic_lib_flags = $(FPIC) $(OPTIMIZATIONS) -Wl,-soname,$(DYNAMIC_LIB_PREFIX)$(1)$(DYNAMIC_LIB_SUFIX) -Wl,-rpath,/usr/lib/crtmpserver
  9. +dynamic_exec_flags = $(FPIC) $(OPTIMIZATIONS) -Wl,-rpath,/usr/lib/crtmpserver
  10. #compile switches
  11. PLATFORM_DEFINES = \