File: series

package info (click to toggle)
dpm-postgres 1.7.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,788 kB
  • ctags: 10,782
  • sloc: ansic: 146,136; sh: 13,362; perl: 11,142; python: 5,529; cpp: 5,113; sql: 1,790; makefile: 955; fortran: 113
file content (36 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (4)
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