1
0
forked from pool/wxWidgets-3_2
Go to file
Ana Guerrero 5b192f2169 Accepting request 1195015 from X11:wxWidgets
- Add textfiletest-fix-file-exists.diff to fix a wrong skip
  condition in the test (fixes the build on s390x)

OBS-URL: https://build.opensuse.org/request/show/1195015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wxWidgets-3_2?expand=0&rev=28
2024-08-21 21:24:53 +00:00
_constraints - Add textfiletest-fix-file-exists.diff to fix a wrong skip 2024-08-21 06:49:29 +00:00
_multibuild - Add textfiletest-fix-file-exists.diff to fix a wrong skip 2024-08-21 06:49:29 +00:00
_scmsync.obsinfo [info=96fa1f90786bdfcd1066e09e103da11d7b6e96d1ed56f0d708e3690fd5c7b733] 2024-08-21 06:53:41 +00:00
.gitattributes - Add textfiletest-fix-file-exists.diff to fix a wrong skip 2024-08-21 06:49:29 +00:00
.gitignore - Add textfiletest-fix-file-exists.diff to fix a wrong skip 2024-08-21 06:49:29 +00:00
autoconf-2_72.diff - Add textfiletest-fix-file-exists.diff to fix a wrong skip 2024-08-21 06:49:29 +00:00
build.specials.obscpio [info=96fa1f90786bdfcd1066e09e103da11d7b6e96d1ed56f0d708e3690fd5c7b733] 2024-08-21 06:53:41 +00:00
README.SUSE - Add textfiletest-fix-file-exists.diff to fix a wrong skip 2024-08-21 06:49:29 +00:00
soversion.diff - Add textfiletest-fix-file-exists.diff to fix a wrong skip 2024-08-21 06:49:29 +00:00
textfiletest-fix-file-exists.diff - Add textfiletest-fix-file-exists.diff to fix a wrong skip 2024-08-21 06:49:29 +00:00
wxpython-mkdiff.sh - Add textfiletest-fix-file-exists.diff to fix a wrong skip 2024-08-21 06:49:29 +00:00
wxWidgets-3_2-rpmlintrc - Add textfiletest-fix-file-exists.diff to fix a wrong skip 2024-08-21 06:49:29 +00:00
wxWidgets-3_2.changes - Add textfiletest-fix-file-exists.diff to fix a wrong skip 2024-08-21 06:49:29 +00:00
wxWidgets-3_2.spec - Add textfiletest-fix-file-exists.diff to fix a wrong skip 2024-08-21 06:49:29 +00:00
wxWidgets-3.2.5.tar.bz2 - Add textfiletest-fix-file-exists.diff to fix a wrong skip 2024-08-21 06:49:29 +00:00

wxWidgets in SUSE
=================

There are many possible wxWidgets configurations that can be built
from a single source spec file. Depending on what options have been
chosing, the ABI changes in incompatible fashion, yet the library
filenames do not.

To counter running a program with an incompatible variant of
wxWidgets, we chose to make use of the vendor tagging mechanism.
Programs built against the SUSE wxWidgets explicitly require the
library by our name and therefore cannot inadvertently be run with an
incompatible wxWidgets from another distribution.

To run a foreign program, you will need to use the LD_LIBRARY_PATH
mechanism to point it to a directory which contains the matching
third-party wxWidgets variant.