]> git.pld-linux.org Git - packages/vim.git/commitdiff
- dissable lookup for libacl.
authorkloczek <kloczek@pld-linux.org>
Mon, 30 Sep 2002 06:44:34 +0000 (06:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-libacl_fix.patch -> 1.1

vim-libacl_fix.patch [new file with mode: 0644]

diff --git a/vim-libacl_fix.patch b/vim-libacl_fix.patch
new file mode 100644 (file)
index 0000000..f1f9b49
--- /dev/null
@@ -0,0 +1,15 @@
+--- vim61/src/configure.in~    Mon Sep 30 08:19:44 2002
++++ vim61/src/configure.in     Mon Sep 30 08:19:44 2002
+@@ -1764,9 +1764,9 @@
+       AC_MSG_RESULT(yes); AC_DEFINE(HAVE_NL_LANGINFO_CODESET),
+       AC_MSG_RESULT(no))
+-dnl Link with -lposix1e for ACL stuff; if not found, try -lacl for SGI
+-AC_CHECK_LIB(posix1e, acl_get_file, [LIBS="$LIBS -lposix1e"],
+-      AC_CHECK_LIB(acl, acl_get_file, [LIBS="$LIBS -lacl"],,),)
++dnl dnl Link with -lposix1e for ACL stuff; if not found, try -lacl for SGI
++dnl AC_CHECK_LIB(posix1e, acl_get_file, [LIBS="$LIBS -lposix1e"],
++dnl   AC_CHECK_LIB(acl, acl_get_file, [LIBS="$LIBS -lacl"],,),)
+ AC_MSG_CHECKING(for POSIX ACL support)
+ AC_TRY_LINK([
This page took 0.050577 seconds and 4 git commands to generate.