Fixed openssl flags path
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Fri, 10 Dec 2004 14:03:49 +0000 (14:03 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Fri, 10 Dec 2004 14:03:49 +0000 (14:03 +0000)
org.gridsite.core/project/configure.properties.xml

index 6ee8706..0b6bfd5 100644 (file)
@@ -4,6 +4,6 @@
 
        <project name="configure options">
         <property name="build.make.arguments"
-               value="prefix=${stage.abs.dir} GSOAPDIR=${with.gsoap.prefix} OPENSSL_FLAGS=-I${with.globus.prefix}/include/gcc32/openssl OPENSSL_LIBS=-L${with.globus.prefix}/lib/"/>
+               value="prefix=${stage.abs.dir} GSOAPDIR=${with.gsoap.prefix} OPENSSL_FLAGS=-I${with.globus.prefix}/include/gcc32 OPENSSL_LIBS=-L${with.globus.prefix}/lib/"/>
        </project>