(in particular those dealing with library paths)
NetBSD requires that the path be stored in the library and the executables.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6952
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon Oct 9 19:00:13 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * makeshlib.sh: For NetBSD convert flags designed for cc to ones
+ for ld.
+
Mon Oct 2 12:12:20 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* makeshlib.sh: For solaris, if you are not using gcc, add the -h
do
sed -e "s;^;$i/shared/;" -e "s; ; $i/shared/;g" -e "s;^$i/shared/\$;;" $i/DONE
done`
+ # Hack to deal with the fact that with cc options are different
+ # from ld...
+ ldflags=`echo $ldflags |sed -e "s/-Wl,//g"`
echo ld -Bshareable $ldflags -o $library $FILES $libdirfl $liblist
ld -Bshareable $ldflags -o $library $FILES $libdirfl $liblist
stat=$?