From d0f1d8a1614455725233f6f7ba72228c4b99be8f Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Wed, 8 Apr 2009 20:39:47 -0400 Subject: [PATCH] Added configure script for opensync 0.4x devel plugin --- configure-barryopensync-0.4x.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 configure-barryopensync-0.4x.sh diff --git a/configure-barryopensync-0.4x.sh b/configure-barryopensync-0.4x.sh new file mode 100755 index 00000000..b2430031 --- /dev/null +++ b/configure-barryopensync-0.4x.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +export CC="ccache gcc" +export CXX="ccache g++" + +#export CXXFLAGS="-Wall -Werror -pedantic -O0 -g" +#export CXXFLAGS="-Wall -Werror -O0 -g -pg" +export CXXFLAGS="-Wall -Werror -O0 -g" +#export CXX="g++-3.3" +export PKG_CONFIG_PATH=/home/cdfrey/Contract/netdirect/syncberry/cvs/barry1/rootdir/lib/pkgconfig:/home/cdfrey/software/opensync/git/rootdir/lib/pkgconfig + +./configure \ + --prefix=/home/cdfrey/Contract/netdirect/syncberry/cvs/barry1/rootdir + -- 2.11.4.GIT