shared/n-acd: minor change to make sources identical to upsteam

Partly revert the change from 35171b3c3f.
It's not our place to patch sources that we import via git-subtree.
This commit is contained in:
Thomas Haller 2019-02-06 08:16:35 +01:00
parent a3fe99bee7
commit f6b6daa463

View file

@ -46,7 +46,7 @@ libnacd_shared = shared_library(
link_depends: libnacd_symfile,
link_args: [
'-Wl,--no-undefined',
'-Wl,--version-script=@0@'.format(libnacd_symfile),
'-Wl,--version-script=@0@'.format(libnacd_symfile)
],
)