summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/PRE_BUILD')
-rwxr-xr-xcrypto/openssh/PRE_BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/openssh/PRE_BUILD b/crypto/openssh/PRE_BUILD
new file mode 100755
index 0000000000..5ef20beb7f
--- /dev/null
+++ b/crypto/openssh/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+
+if [ "${OPENSSH_LPK}" == "y" ]; then
+ cd "${SOURCE_DIRECTORY}" &&
+ bzcat "${SCRIPT_DIRECTORY}"/openssh-lpk-5.8p2.patch.bz2 | patch -p1 &&
+ autoconf
+fi