summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-11-19 19:47:43 +0000
committerjbj <devnull@localhost>1999-11-19 19:47:43 +0000
commitabe7856bb066b68cffb378cd30771bc57bc49333 (patch)
tree12a889fd51b53d3840757f150d0c7bb111f11076 /INSTALL
parentc6d768583ef384f1037d5d3fb3c73174cebd6bdf (diff)
downloadrpm-abe7856bb066b68cffb378cd30771bc57bc49333.tar.gz
Add reminder to export shell variables.
CVS patchset: 3431 CVS date: 1999/11/19 19:47:43
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 6a705172b..71f6d7687 100644
--- a/INSTALL
+++ b/INSTALL
@@ -55,6 +55,7 @@ the configure environment.
Here is an example:
LIBS='-L/opt/libz/ -L/opt/BerkeleyDB/lib/' \
CPPFLAGS='-I/opt/libz/ -I/opt/BerkeleyDB/include' \
+ export LIBS CPPFLAGS
./configure
now build the system with: