AyatanaIndicators / libayatana-appindicator

Ayatana Application Indicators Shared Library
GNU Lesser General Public License v3.0
57 stars 14 forks source link

Too many symbols exported. #40

Closed sunweaver closed 1 year ago

sunweaver commented 3 years ago

The src/Makefile.am contained this block:

libayatana_appindicator_la_LDFLAGS = \
        $(COVERAGE_LDFLAGS) \
        -version-info 1:0:0 \
        -no-undefined \
        -export-symbols-regex "^[^_d].*"

(note the -export-symbols-regex option).

We should try to immitate this in CMake, see https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/24 for a working approach.