]> git.ipfire.org Git - thirdparty/kmod.git/commit
build: fixup testsuite LDFLAGS
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 22 Aug 2024 16:04:21 +0000 (17:04 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 23 Aug 2024 18:51:19 +0000 (13:51 -0500)
commitd70d2f45c684ff7966bf09d2754ab8ee04f5c509
tree7afcabcb9b495cb4be8534a397adb840c010a638
parent8271549f72883661c63976fc40d3d64fce38cdb5
build: fixup testsuite LDFLAGS

Add the leading '-' for avoid-version, otherwise the module gets
versioned.

Drop the -export-dynamic, since the modules are built with
-fvisibility=hidden everything but the explicitly exported symbol is not
exported.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/86
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Makefile.am