1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Do not link the program statically, there is no need for this.

Obtained from:	Arch Linux package
This commit is contained in:
Alexey Dokuchaev 2018-01-25 11:21:12 +00:00
parent d79ff76e24
commit 0e33f351a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459920

View File

@ -11,3 +11,12 @@
DONT_BUILD_LZSSE ?= 1
endif
@@ -51,7 +51,7 @@ else
DONT_BUILD_LZHAM ?= 1
DONT_BUILD_CSC ?= 1
else
- LDFLAGS += -lrt -static
+ LDFLAGS += -lrt
endif
LDFLAGS += -lpthread
endif