]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- skip symbol checking for some broken libs
authorlisu <lisu@pld-linux.org>
Fri, 25 Feb 2011 14:48:15 +0000 (14:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wxWidgets.spec -> 1.81.2.6

wxWidgets.spec

index 0a3210d01075d30acaef75c8a9081ae6a8838ee1..68844bf9d63cc6a1923a5106ef99b8e633aff184 100644 (file)
@@ -76,9 +76,11 @@ Conflicts:   wxGTK2-unicode < 2.6.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     %{_datadir}
-
 %define                _noautoreqdep   libGL.so.1 libGLU.so.1
 
+# skip symbol checking for some broken libs (TODO: find better way)
+%define         skip_post_check_so      libwx_*-2.9.so.*
+
 %description
 wxWidgets is a free C++ library for cross-platform GUI development.
 With wxWidgets, you can create applications for different GUIs (GTK+,
This page took 0.159123 seconds and 4 git commands to generate.