diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-01-05 19:34:27 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-01-05 19:34:27 +0000 |
commit | 8b89c2bbe46ade68b31fb8f751828677d35a376f (patch) | |
tree | a1f9428ebf0bc74d82f72d411058fdca307d87c2 /news/husky-base/files/patch-huskymak.cfg | |
parent | Upgrade to jftpgw-0.13.2 (diff) |
Add ports for Husky Fidosoft Project (most of modules from it).
Diffstat (limited to 'news/husky-base/files/patch-huskymak.cfg')
-rw-r--r-- | news/husky-base/files/patch-huskymak.cfg | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/news/husky-base/files/patch-huskymak.cfg b/news/husky-base/files/patch-huskymak.cfg new file mode 100644 index 000000000000..ad96082a5f94 --- /dev/null +++ b/news/husky-base/files/patch-huskymak.cfg @@ -0,0 +1,31 @@ +--- huskymak.cfg.orig Wed Aug 14 00:23:14 2002 ++++ huskymak.cfg Wed Aug 14 00:26:43 2002 +@@ -100,7 +100,7 @@ + + # update dynamic library cache + # If your operating system does not need this, you may comment out this line. +-LDCONFIG=/sbin/ldconfig ++#LDCONFIG=/sbin/ldconfig + + # rename a file + MV=mv +@@ -123,8 +123,8 @@ + OSTYPE=UNIX + + # short name of operating system (used for PID lines etc.) +-UNAME=LNX +-#UNAME=BSD ++#UNAME=LNX ++UNAME=BSD + #UNAME=OS2 + #UNAME=BEOS + +@@ -156,7 +156,7 @@ + WARNFLAGS=-Wall + + # C-compiler: optimization +-OPTCFLAGS=-c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC ++OPTCFLAGS= + + # C-compiler: debug + DEBCFLAGS=-c -ggdb |