diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-04-19 17:00:52 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-04-19 17:00:52 +0000 |
commit | 28fe9e602780df7d023ce526d1ae3d00fb8583b5 (patch) | |
tree | ee65c87718b5de45b1b15ad5ce9d5472389e5b77 /Src/Modules/cap.mdd | |
parent | a43aa761cdb3fd1051dad474fccf9e500a0d49ea (diff) | |
download | zsh-28fe9e602780df7d023ce526d1ae3d00fb8583b5.tar.gz zsh-28fe9e602780df7d023ce526d1ae3d00fb8583b5.tar.xz zsh-28fe9e602780df7d023ce526d1ae3d00fb8583b5.zip |
14039: simulate old linking behavior
Diffstat (limited to 'Src/Modules/cap.mdd')
-rw-r--r-- | Src/Modules/cap.mdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/cap.mdd b/Src/Modules/cap.mdd index 0393f7f38..df4a52c4c 100644 --- a/Src/Modules/cap.mdd +++ b/Src/Modules/cap.mdd @@ -6,4 +6,4 @@ autobins="cap getcap setcap" objects="cap.o" -extralibs="cap" +#extralibs="cap" |