mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 07:53:23 -05:00
[scripts] Add missing linker flags to FreeBSD install script
This commit is contained in:
parent
785ff21045
commit
ca6836f638
@ -82,9 +82,9 @@ if [ "$yn" = "y" ]; then
|
||||
#These should no longer be required, but if you run into trouble you can try enabling them
|
||||
#export CC=cc
|
||||
#export LIBUNISTRING_CFLAGS=-I/usr/include
|
||||
#export LIBUNISTRING_LIBS=-L/usr/lib
|
||||
#export LIBUNISTRING_LIBS="-L/usr/lib -lunistring"
|
||||
#export ZLIB_CFLAGS=-I/usr/include
|
||||
#export ZLIB_LIBS=-L/usr/lib
|
||||
#export ZLIB_LIBS="-L/usr/lib -lz"
|
||||
|
||||
export CFLAGS="-march=native -g -I/usr/local/include -I/usr/include"
|
||||
export LDFLAGS="-L/usr/local/lib -L/usr/lib"
|
||||
|
Loading…
Reference in New Issue
Block a user