aboutsummaryrefslogtreecommitdiff
path: root/net/openldap22-server/files/patch-build::ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/openldap22-server/files/patch-build::ltmain.sh')
-rw-r--r--net/openldap22-server/files/patch-build::ltmain.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/openldap22-server/files/patch-build::ltmain.sh b/net/openldap22-server/files/patch-build::ltmain.sh
new file mode 100644
index 000000000000..502d6b5db739
--- /dev/null
+++ b/net/openldap22-server/files/patch-build::ltmain.sh
@@ -0,0 +1,15 @@
+--- build/ltmain.sh.orig Sun Feb 9 23:24:29 2003
++++ build/ltmain.sh Fri Jun 20 21:37:02 2003
+@@ -4285,12 +4285,6 @@
+ IFS="$save_ifs"
+ fi
+
+- # Install the pseudo-library for information purposes.
+- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+- instname="$dir/$name"i
+- $show "$install_prog $instname $destdir/$name"
+- $run eval "$install_prog $instname $destdir/$name" || exit $?
+-
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
+ ;;