Fix build with xapian-core < 1.4.10
[xapian.git] / search-xapian / t / symbol-test / SymbolTest.pm
blobaa397a4cb2ca036dbeffb70120c2b6c2cd9b1f1f
1 package SymbolTest;
2 use strict;
3 use warnings;
4 use vars qw( $VERSION @ISA );
6 $VERSION = '1.2.3.0';
8 require DynaLoader;
9 @ISA = qw( DynaLoader );
11 # We need to use the RTLD_GLOBAL flag to dlopen() so that other C++
12 # modules that link against libxapian.so get the *same* value for all the
13 # weak symbols (eg, the exception classes)
14 #### sub dl_load_flags { 0x01 }
16 bootstrap SymbolTest $VERSION;