File: compile.patch

package info (click to toggle)
cif-api 0.4.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,472 kB
  • sloc: ansic: 19,411; lex: 246; makefile: 201; sql: 164; yacc: 115; sh: 37
file content (13 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: ICU_LIBS are not seen by the linker.
Author: Andrius Merkys <merkys@debian.org>
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -79,7 +79,7 @@
 AM_CPPFLAGS = $(C_STD_FLAGS) $(ICU_CPPFLAGS) $(SQLITE_CPPFLAGS) -I $(top_srcdir)/uthash $(WARNING_FLAGS) $(PROFILING_CPPFLAGS)
 AM_CFLAGS = $(PROFILING_CFLAGS)
 AM_LDFLAGS = $(PROFILING_LDFLAGS)
-LDADD = libcif.la
+LDADD = libcif.la $(ICU_LIBS)
 
 CLEANFILES += gmon.out
 MAINTAINERCLEANFILES = internal/schema.h internal/version.h