diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-10 10:58:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-10 10:58:57 +0100 |
commit | 7709c0e4f3a9ea4fddbe5764c000135f9eacac49 (patch) | |
tree | ecaf6ae324113ce92c97a2191919a1959efc43c1 /package/openssh/Makefile | |
parent | 9c2ebc92f8f3f1e7b02e0724eab2bc4d9b5edfd0 (diff) |
fix wrong rpath and cflags
Diffstat (limited to 'package/openssh/Makefile')
-rw-r--r-- | package/openssh/Makefile | 1 |
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 \ |