~ubuntu-branches/ubuntu/feisty/pvm/feisty

« back to all changes in this revision

Viewing changes to conf/LINUXARM.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
 
#
15
 
ARCHCFLAGS      =       -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/rsh\" \
16
 
                                -DNEEDENDIAN -DFDSETNOTSTRUCT -DHASERRORVARS \
17
 
                                -DCTIMEISTIMET -DSYSERRISCONST
 
1
ARCHCFLAGS      =       -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/rsh\" \
 
2
                        -DNEEDENDIAN -DFDSETNOTSTRUCT -DHASERRORVARS \
 
3
                        -DCTIMEISTIMET -DSYSERRISCONST
18
4
ARCHDLIB        =
19
5
ARCHDOBJ        =
20
 
ARCHLIB         =
21
 
HASRANLIB       =       t
22
 
AR                      =       ar
23
 
PVM_ARCH        =       LINUXARM
24
 
MAKE            =       make
 
6
ARCHLIB         =       -lreadline
 
7
HASRANLIB       =       t
 
8
AR              =       ar
 
9
PVM_ARCH        =       LINUXARM
 
10
MAKE            =       make
 
11