forked from prasathmani/tinyfilemanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbpc.conf
31 lines (28 loc) · 1.19 KB
/
bpc.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
; used for generate scm file name when compile php scripts
(md5salt "5yy8/wCFWJJVKxtyySdSOM9+tRwIqmRgBu2oc++DTIDmyhT+EqnH0bFUojK1xhJpVUHbINwB9Dx/"
"qF/79f4vV86Q3seaaNb/ANqzqGX5lnIII7GSJf5A/nXwR/wXY/Ywk+M37Lx8R6XotxqWveCbhNSA")
; *dynamic-load-path* and bigloo -L -I path
(library "." "/usr/local/lib")
; extensions
(extensions php-std
php-posix
php-date
php-pcre
php-mbstring
php-json
php-fileinfo
php-curl
php-session
php-ctype
php-hash
php-iconv
php-gd
php-zip
)
; flags passed to ld while static linking a binary that uses the named extension
(ldflags runtime -ldl -lc -lm -l:libgmp.a -l:libpcre.a -lunistring -lresolv -ldl -Wl,--export-dynamic -Wl,--no-as-needed -lgmodule-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lglib-2.0)
(ldflags standard -lcrypt -l:libargon2.a)
(ldflags curl -lcurl)
(ldflags fileinfo -l:libmagic.a -lz)
(ldflags gd -l:libgd.a -l:libexif.a -lpng16 -lz -l:libfontconfig.a -lexpat -lfreetype -l:libjpeg.a -l:libXpm.a -lX11 -l:libtiff.a -l:libjbig.a -llzma -l:libwebp.a)
(ldflags zip -l:libzip.a)