mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Correct linker flags passing (fixes build with clang)
This commit is contained in:
parent
2ddef3b2c4
commit
b89772cca3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275987
@ -268,7 +268,7 @@ d_dynamic_main='define'
|
||||
dynamic_opt='-rdynamic'
|
||||
dlopen_lib=''
|
||||
rpath_opt='-rpath '
|
||||
soname_opt='-shared -soname '
|
||||
soname_opt='-shared -Wl,-soname,'
|
||||
soname_include_path='define'
|
||||
tempnamo=''
|
||||
tempnamc=''
|
||||
|
Loading…
Reference in New Issue
Block a user