File: find_arb.patch

package info (click to toggle)
calcium 0.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,756 kB
  • sloc: ansic: 62,836; python: 2,827; sh: 518; makefile: 163
file content (16 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: find the arb lib
  It is packaged as flint-arb in Debian
Author: Julien Puydt
Forwarded: Debian-specific

--- calcium.orig/configure
+++ calcium/configure
@@ -270,7 +270,7 @@
 
 LIB_DIRS="${LIB_DIRS} ${ARB_LIB_DIR}"
 INC_DIRS="${INC_DIRS} ${ARB_INC_DIR}"
-LIBS="${LIBS} arb"
+LIBS="${LIBS} flint-arb"
 
 
 if [ -d "${ANTIC_DIR}/lib" ]; then