1
0
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:
Johan van Selst 2011-06-21 11:51:36 +00:00
parent 2ddef3b2c4
commit b89772cca3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275987

View File

@ -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=''