kopia lustrzana https://gitlab.com/sane-project/backends
2000-11-22 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>
* changed configure and configure.in, removed test for sting.h/strings.h this is not needed because we use strchr instead (always in string.h) of index (sometimes in string.h, sometimes in strings.h) * changed ltconfig for aix4*, repleace -o $objdir/$soname by -o $lib, the shared libraries are handled correct nowDEVEL_2_0_BRANCH-1
rodzic
9e43432f96
commit
2c3100dd18
4
ltconfig
4
ltconfig
|
@ -1297,8 +1297,8 @@ else
|
|||
hardcode_direct=yes
|
||||
fi
|
||||
allow_undefined_flag=' ${wl}-berok'
|
||||
archive_cmds="\$CC $shared_flag"' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-bexpall ${wl}-bnoentry${allow_undefined_flag}'
|
||||
archive_expsym_cmds="\$CC $shared_flag"' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}'
|
||||
archive_cmds="\$CC $shared_flag"' -o $lib $libobjs $deplibs $linkopts ${wl}-bexpall ${wl}-bnoentry${allow_undefined_flag}'
|
||||
archive_expsym_cmds="\$CC $shared_flag"' -o $lib $libobjs $deplibs $linkopts ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}'
|
||||
case "$host_os" in aix4.[01]|aix4.[01].*)
|
||||
# According to Greg Wooledge, -bexpall is only supported from AIX 4.2 on
|
||||
always_export_symbols=yes ;;
|
||||
|
|
Ładowanie…
Reference in New Issue