diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-04-19 14:45:41 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-04-19 14:45:41 +0000 |
commit | a43aa761cdb3fd1051dad474fccf9e500a0d49ea (patch) | |
tree | 1035a488b2c17d3314b4cfa08f702ea88c5b46c4 /Src/Modules/cap.mdd | |
parent | e3ff47f8ee64cbeb48ed032939342bde1ac840bc (diff) | |
download | zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar.gz zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar.xz zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.zip |
14033: reduce unnecessary library linking for modules and main binary
Diffstat (limited to 'Src/Modules/cap.mdd')
-rw-r--r-- | Src/Modules/cap.mdd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Modules/cap.mdd b/Src/Modules/cap.mdd index 4e7ee7216..0393f7f38 100644 --- a/Src/Modules/cap.mdd +++ b/Src/Modules/cap.mdd @@ -5,3 +5,5 @@ load=no autobins="cap getcap setcap" objects="cap.o" + +extralibs="cap" |