From: Theodore Tso Date: Wed, 1 Dec 1993 22:42:28 +0000 (+0000) Subject: Workaround for bug in gld (doesn't like at-signs in filenames) X-Git-Tag: krb5-1.0-beta3~109 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=26b447d40f60d9db100ebce4d6e46cff7400790a;p=krb5.git Workaround for bug in gld (doesn't like at-signs in filenames) Linux is now using ISODE 7.0 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3069 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/site.def b/src/config/site.def index 93a6d382d..ba0f3dc25 100644 --- a/src/config/site.def +++ b/src/config/site.def @@ -171,16 +171,16 @@ library. This might want to be -lisode if you have it installed. IsodeDir is put into the 'make' variable ISODE. */ +/* Work around bug in gld; it doesn't like the at-sign in @sys */ + #define IsodeDir /mit/isode/isode-7.0 -#define IsodeLib -L/mit/isode/isode-7.0/@sys/lib -lisode -#define IsodeIncls /mit/isode/isode-7.0/@sys/include +#define IsodeLib -L/mit/isode/isode-7.0/gld-bug-sys/lib -lisode +#define IsodeIncls /mit/isode/isode-7.0/gld-bug-sys/include /* * #define ISODE 7 only if you are using ISODE 7.0 or later. */ -#ifndef LinuxArchitecture #define ISODE7 -#endif /* Re-define PepsyCmd if pepsy isn't in your search path. */