]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Use an export symbols file if there is no version script support
authorGuillem Jover <guillem@hadrons.org>
Mon, 10 Apr 2023 22:24:13 +0000 (00:24 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 17 Apr 2023 02:12:42 +0000 (04:12 +0200)
commit8622767a8abff67877d0989131e64254a9a505bf
tree099d1d3d6deeb47fee7623174da1fd3f08423df4
parent8f61036467428e6c00c0aef1943cd4e4b485a90a
build: Use an export symbols file if there is no version script support

We generate the symbol list from the version script to avoid repeating
ourselves and potentially getting the lists out-of-sync.
src/Makefile.am