~ubuntu-branches/ubuntu/trusty/pvm/trusty-proposed

« back to all changes in this revision

Viewing changes to conf/LINUXSPARC.def

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-08-09 00:00:40 UTC
  • mfrom: (2.1.5 dapper)
  • Revision ID: james.westby@ubuntu.com-20060809000040-16kh33tmxx2em716
Tags: 3.4.5-7
Build with SHELL=/bin/bash in debian/rules; fixes FTBFS when /bin/sh
isn't bash. (Closes: #379543)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Notes on readline Usage:
 
3
#
 
4
#       If your Linux system has readline, then you may append the
 
5
#       following flags to the defines below:
 
6
#
 
7
#               ARCHCFLAGS = . . .  -DHASREADLINE
 
8
#               ARCHLIB = . . .  -lreadline
 
9
#
 
10
#       and recompile PVM.
 
11
#
 
12
#       On some Linux systems, readline requires ncurses, so you
 
13
#       must also add "-lncurses" to the ARCHLIB define.
 
14
#
1
15
ARCHCFLAGS      =       -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/rsh\" \
2
16
                                -DNEEDENDIAN -DCTIMEISTIMET -DFDSETNOTSTRUCT \
3
 
                                -DHASREADLINE  -DHASERRORVARS  -DSYSERRISCONST
 
17
                                -DHASERRORVARS -DNOTMPNAM -DSYSERRISCONST
4
18
ARCHDLIB        =
5
19
ARCHDOBJ        =
6
 
ARCHLIB         =       -lreadline
 
20
ARCHLIB         =
7
21
HASRANLIB       =       t
8
22
AR                      =       ar
9
23
PVM_ARCH        =       LINUXSPARC