]> git.pld-linux.org Git - packages/cyrus-sasl.git/commitdiff
- ac 2.5x fix cyrus-sasl-1_5_27-5
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Aug 2001 19:43:33 +0000 (19:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyrus-sasl-ac25x.patch -> 1.1

cyrus-sasl-ac25x.patch [new file with mode: 0644]

diff --git a/cyrus-sasl-ac25x.patch b/cyrus-sasl-ac25x.patch
new file mode 100644 (file)
index 0000000..6ef64e6
--- /dev/null
@@ -0,0 +1,13 @@
+--- cyrus-sasl-1.5.27/configure.in.orig        Sun Aug 12 17:41:40 2001
++++ cyrus-sasl-1.5.27/configure.in     Sun Aug 12 17:41:57 2001
+@@ -169,8 +169,8 @@
+       dnl We want to attempt to use -lndbm if we can, just in case
+       dnl there's some version of it installed and overriding libc
+       AC_CHECK_HEADER(ndbm.h,
+-                      AC_CHECK_LIB(ndbm, dbm_open, SASL_DB_LIB="-lndbm",
+-                              AC_CHECK_FUNC(dbm_open,,dblib="no")),
++                      [AC_CHECK_LIB(ndbm, dbm_open, SASL_DB_LIB="-lndbm",
++                              [AC_CHECK_FUNC(dbm_open,,dblib="no")])],
+                               dblib="no")
+       ;;
+   auto_detect)
This page took 0.050069 seconds and 4 git commands to generate.