Use of stage.abs.dir is required by -rpath
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Tue, 22 Jun 2004 22:49:08 +0000 (22:49 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Tue, 22 Jun 2004 22:49:08 +0000 (22:49 +0000)
org.glite.lb.common/project/configure-options.xml

index 70b8906..2cba625 100644 (file)
@@ -20,6 +20,9 @@
 
        Revision history:
        $Log$
+       Revision 1.1  2004/06/22 22:04:55  dimeglio
+       First version of this file
+       
 -->
 
        <!-- ======================================================
@@ -34,7 +37,7 @@
                        <echo file="${module.build.dir}/Makefile.inc">
 top_srcdir=..
 builddir=build
-stagedir=${stage.dir}
+stagedir=${stage.abs.dir}
 distdir=${dist.dir}
 package=${module.package.name}
 PREFIX=${install.dir}