File: 09_libltdl.diff

package info (click to toggle)
libofa 0.9.3-25
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,092 kB
  • sloc: cpp: 24,487; sh: 8,366; makefile: 48; ansic: 14
file content (18 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: use new macro for initializing libltdl
 Use LTDL_INIT([convenience]) instead of AC_LIBLTDL_CONVENIENCE to fix FTBFS
 while autoreconfing.
Author: Logan Rosen <logan@ubuntu.com>
Last-Update: <2014-01-04>
Index: libofa-0.9.3/configure.in
===================================================================
--- libofa-0.9.3.orig/configure.in
+++ libofa-0.9.3/configure.in
@@ -28,7 +28,7 @@ dnl Checks for programs.
 AC_PREREQ(2.52)
 AC_PROG_AWK
 AC_PROG_CC
-AC_LIBLTDL_CONVENIENCE
+LTDL_INIT([convenience])
 AM_PROG_LIBTOOL
 AC_SUBST(LIBTOOL_DEPS)  
 AC_PROG_CXX