From e8c50aebc6bd2b2e754908413574fcb2aa92ee31 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Tue, 22 Dec 2020 15:55:27 +0300 Subject: [PATCH] Mark some symbols as optional to fix build on Ubuntu. --- debian/libdtkcore5.symbols | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/libdtkcore5.symbols b/debian/libdtkcore5.symbols index 616615e..f9493ee 100644 --- a/debian/libdtkcore5.symbols +++ b/debian/libdtkcore5.symbols @@ -22,7 +22,7 @@ libdtkcore.so.5 libdtkcore5 #MINVER# _ZN11DDBusSender9interfaceERK7QString@Base 5.2.2 _ZN11DDBusSenderC1Ev@Base 5.2.2 _ZN11DDBusSenderC2Ev@Base 5.2.2 - _ZN12QMutexLocker6unlockEv@Base 5.2.2 + (optional=inline)_ZN12QMutexLocker6unlockEv@Base 5.2.2 (optional=templinst)_ZN12QWeakPointerI7QObjectED1Ev@Base 5.2.2 (optional=templinst)_ZN12QWeakPointerI7QObjectED2Ev@Base 5.2.2 _ZN13DDBusProperty3getEv@Base 5.2.2 @@ -371,7 +371,7 @@ libdtkcore.so.5 libdtkcore5 #MINVER# _ZN3Dtk4Core25DFileSystemWatcherPrivateD0Ev@Base 5.2.2 _ZN3Dtk4Core25DFileSystemWatcherPrivateD1Ev@Base 5.2.2 _ZN3Dtk4Core25DFileSystemWatcherPrivateD2Ev@Base 5.2.2 - _ZN3Dtk4Core25DSnapStandardPathsPrivate17standardLocationsEN14QStandardPaths16StandardLocationE@Base 5.2.2 + (optional=inline)_ZN3Dtk4Core25DSnapStandardPathsPrivate17standardLocationsEN14QStandardPaths16StandardLocationE@Base 5.2.2 _ZN3Dtk4Core26DFileWatcherManagerPrivateC1EPNS0_19DFileWatcherManagerE@Base 5.2.2 _ZN3Dtk4Core26DFileWatcherManagerPrivateC2EPNS0_19DFileWatcherManagerE@Base 5.2.2 _ZN3Dtk4Core26DFileWatcherManagerPrivateD0Ev@Base 5.2.2 @@ -750,7 +750,7 @@ libdtkcore.so.5 libdtkcore5 #MINVER# _ZNK3Dtk4Core20DDesktopEntryPrivate5writeER9QIODevice@Base 5.2.2 _ZNK3Dtk4Core20DDesktopEntryPrivate8containsERK7QStringS4_@Base 5.2.2 _ZNK3Dtk4Core20DDesktopEntryPrivate9setStatusERKNS0_13DDesktopEntry6StatusE@Base 5.2.2 - _ZNK3Dtk4Core20DDesktopEntrySection11sectionDataEv@Base 5.2.2 + (optional=inline)_ZNK3Dtk4Core20DDesktopEntrySection11sectionDataEv@Base 5.2.2 _ZNK3Dtk4Core22AbstractStringAppender15formattedStringERK9QDateTimeNS0_6Logger8LogLevelEPKciS8_RK7QStringSB_@Base 5.2.2 _ZNK3Dtk4Core22AbstractStringAppender6formatEv@Base 5.2.2 _ZNK3Dtk4Core22DAbstractUnitFormatter12unitValueMaxEi@Base 5.2.2 @@ -798,8 +798,8 @@ libdtkcore.so.5 libdtkcore5 #MINVER# (optional=templinst)_ZNK8QMapNodeIi7QStringE4copyEP8QMapDataIiS0_E@Base 5.2.2 (optional=templinst)_ZNK9QMultiMapIi7QStringE6valuesERKi@Base 5.2.2 (optional=templinst)_ZNKSt5ctypeIcE8do_widenEc@Base 5.2.2 - _ZNSt14_Function_baseD1Ev@Base 5.2.2 - _ZNSt14_Function_baseD2Ev@Base 5.2.2 + (optional=gccinternal)_ZNSt14_Function_baseD1Ev@Base 5.2.2 + (optional=gccinternal)_ZNSt14_Function_baseD2Ev@Base 5.2.2 (optional=templinst|arch=armel riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE10_M_releaseEv@Base 5.2.2 (optional=templinst|arch=!armel !riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv@Base 5.2.2 (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI9DDBusDataSaIS0_ELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 5.2.2 -- 2.30.2