diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-08 19:54:32 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-08 19:54:32 +0000 |
commit | a5a089996c66f27a95a435ebe0800f3d15dc5e51 (patch) | |
tree | b64b0c98ddb306e4a09c75374c85c29cee929d46 /.inspircd.inc | |
parent | 9fcf4100409f2d21f5c01cb074e7323bfef2dafb (diff) |
Changed to fully dynamic core (should be faster compile times)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1331 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to '.inspircd.inc')
-rw-r--r-- | .inspircd.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.inspircd.inc b/.inspircd.inc index 5900ce9c6..58e1b2316 100644 --- a/.inspircd.inc +++ b/.inspircd.inc @@ -15,11 +15,11 @@ # I HATE PERL.. kthxbye # --------------------------------------------------- -$ENV{"LD_LIBRARY_PATH"} = $ENV{"LD_LIBRARY_PATH"} . ":/usr/local/lib/mysql:/usr/lib/mysql"; - my $conffile = "@CONFIG_DIR@/inspircd.conf"; my $binpath = "@BINARY_DIR@"; +$ENV{"LD_LIBRARY_PATH"} = $ENV{"LD_LIBRARY_PATH"} . ":/usr/local/lib/mysql:/usr/lib/mysql:$binpath"; + # Lets see what they want to do.. Set the variable (Cause i'm a lazy coder) my $arg = $ARGV[0]; getpidfile(); |