Clean LDFLAGS.

Reported by:	bapt
This commit is contained in:
Thierry Thomas 2019-02-23 17:24:47 +00:00
parent c317d18a4c
commit 5e764e5645
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493716

View File

@ -33,7 +33,7 @@ MANLANG= "" de es it
GNU_CONFIGURE= yes
# --export-dynamic fixes libglade problems
LDFLAGS+= -L${LOCALBASE}/lib -Wl,--export-dynamic -lz
LDFLAGS+= -Wl,--export-dynamic -lz
.if !defined(CFLAGS) || ${CFLAGS:M-fno-strict-aliasing*} == ""
CFLAGS+= -O2 -fno-strict-aliasing