Workaround for bug in gld (doesn't like at-signs in filenames)
authorTheodore Tso <tytso@mit.edu>
Wed, 1 Dec 1993 22:42:28 +0000 (22:42 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 1 Dec 1993 22:42:28 +0000 (22:42 +0000)
Linux is now using ISODE 7.0

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3069 dc483132-0cff-0310-8789-dd5450dbe970

src/config/site.def

index 93a6d382d755641e66d7b4b7e071b8f2ac9fa541..ba0f3dc2559c9678ba177e7ca1f38c4b12d215b8 100644 (file)
    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. */