summaryrefslogtreecommitdiff
path: root/package/openssh/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-10 10:58:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-10 10:58:57 +0100
commit7709c0e4f3a9ea4fddbe5764c000135f9eacac49 (patch)
treeecaf6ae324113ce92c97a2191919a1959efc43c1 /package/openssh/Makefile
parent9c2ebc92f8f3f1e7b02e0724eab2bc4d9b5edfd0 (diff)
fix wrong rpath and cflags
Diffstat (limited to 'package/openssh/Makefile')
-rw-r--r--package/openssh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openssh/Makefile b/package/openssh/Makefile
index 10b4523bc..787d59954 100644
--- a/package/openssh/Makefile
+++ b/package/openssh/Makefile
@@ -56,6 +56,7 @@ CONFIGURE_ARGS+= --disable-strip \
--disable-wtmp \
--disable-wtmpx \
--without-bsd-auth \
+ --without-rpath \
--without-pam \
--without-x \
--without-zlib-version-check \