diff options
Diffstat (limited to 'package/openssh')
-rw-r--r-- | package/openssh/openssh.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk index 059552146..8b47cb920 100644 --- a/package/openssh/openssh.mk +++ b/package/openssh/openssh.mk @@ -29,6 +29,7 @@ $(OPENSSH_DIR)/.configured: $(OPENSSH_DIR)/.unpacked --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ + --libdir=/lib \ --libexecdir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ |