1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
# Fix non-standard installation path
# https://savannah.cern.ch/bugs/?57526
lcgdm-paths.patch
# Link using $(CC)
# https://savannah.cern.ch/bugs/?57527
lcgdm-ld.patch
# Fix soname issues
# https://savannah.cern.ch/bugs/?57528
lcgdm-withsoname.patch
# Link binaries using shared libraries
# https://savannah.cern.ch/bugs/?57529
lcgdm-shliblink.patch
# Link to gsoap library, fix parallel build
# https://savannah.cern.ch/bugs/?57530
lcgdm-gsoap.patch
# Porting fixes for GNU/Hurd and GNU/kFreeBSD
# https://savannah.cern.ch/bugs/?61071
lcgdm-porting.patch
# Remove bashisms in init scripts:
# https://savannah.cern.ch/bugs/?68430
lcgdm-bashisms.patch
# Adapt upstream's hardcoded include and library paths for Debian
lcgdm-usr.patch
# Allow moving plugins out of default library search path
lcgdm-dlopen.patch
# Use Debian's imake instead of bundled version
lcgdm-imake.patch
|