summaryrefslogtreecommitdiffstats
path: root/libs/libtirpc/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libtirpc/PRE_BUILD')
-rwxr-xr-xlibs/libtirpc/PRE_BUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/libtirpc/PRE_BUILD b/libs/libtirpc/PRE_BUILD
deleted file mode 100755
index e9f8dbd1f0..0000000000
--- a/libs/libtirpc/PRE_BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-# Avoid possible overflow if hp_length is less than four
-patch -p1 -i "${SPELL_DIRECTORY}/${SPELL}-0.2.1-fortify.patch" &&
-
-# This fixes the undefined reference to _des_crypt_call (Bug #11)
-patch -p1 -i "${SPELL_DIRECTORY}/${SPELL}-0.2.2-rpc-des-prot.patch" &&
-echo "" > "${SOURCE_DIRECTORY}/src/des_crypt.c"