403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.33
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/www/onlyoffice-documentserver/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/www/onlyoffice-documentserver/files/patch-core_Common_base.pri
--- core/Common/base.pri.orig	2021-09-30 12:13:32 UTC
+++ core/Common/base.pri
@@ -79,6 +79,14 @@ android {
     DEFINES += __ANDROID__ LINUX _LINUX _ARM_ALIGN_
 }
 
+freebsd-clang {
+    message("freebsd-clang")
+    CONFIG += core_freebsd
+    CONFIG += core_freebsd_64
+    QMAKE_CC = %%CC%%
+    QMAKE_CXX = %%CXX%%
+}
+
 win32:contains(QMAKE_TARGET.arch, x86_64): {
     CONFIG += core_win_64
 }
@@ -165,6 +173,14 @@ core_windows {
     }
 }
 
+core_freebsd {
+    equals(TEMPLATE, app) {
+        QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\'"
+        QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN/system\'"
+        QMAKE_LFLAGS += -Wl,--disable-new-dtags
+    }
+}
+
 core_linux {
     equals(TEMPLATE, app) {
         QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\'"
@@ -178,6 +194,9 @@ core_win_32 {
 }
 core_win_64 {
     CORE_BUILDS_PLATFORM_PREFIX = win_64
+}
+core_freebsd_64 {
+    CORE_BUILDS_PLATFORM_PREFIX = freebsd_64
 }
 core_linux_32 {
     CORE_BUILDS_PLATFORM_PREFIX = linux_32

Youez - 2016 - github.com/yon3zu
LinuXploit