summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2007-08-18 02:57:10 +0000
committerFederico Lucifredi <flucifredi@acm.org>2007-08-18 02:57:10 +0000
commita344e5e657a3b81420a245a4257e96f2b8e7302b (patch)
tree1c0395accf1051fe2ff0b39eea102de3d465fcf7 /bootstrap.sh
parentcf2c9f95cd909463f2ab2043c7b6419269e479ec (diff)
Grokking own bootstrap build configuration -FLC
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1521 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index ada993f..c285654 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -57,6 +57,10 @@ case "$USER" in
sebest)
FLAGS="$FLAGS --disable-monodoc --enable-dbus=no --enable-mono=no --enable-qt3=no --enable-qt4=no --sysconfdir=/etc --localstatedir=/var --prefix=/usr --disable-manpages --disable-xmltoman"
;;
+ lucifred|flucifredi)
+ export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
+ FLAGS="$FLAGS --disable-monodoc --enable-dbus=no --enable-mono=no --enable-qt3=no --enable-qt4=no --sysconfdir=/etc --localstatedir=/var --prefix=/usr --disable-manpages --disable-xmltoman"
+ ;;
esac
CFLAGS="$CFLAGS -g -O0" exec ./autogen.sh $FLAGS "$@"