Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils. Obtained from: DPorts
This commit is contained in:
parent
e237491fd9
commit
0128c89ce7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323690
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ MAKE_ENV= DEFAULT_VIEWER="xdg-open" USE_SYSTEM_INIPARSER=1
|
|||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -Diniparser_setstr=iniparser_set
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
||||
|
||||
PLIST_SUB= DESKTOPDIR="${DESKTOPDIR:S,^${PREFIX}/,,}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue