File: debian-build-options.patch

package info (click to toggle)
cmucl 21d-2.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 45,364 kB
  • sloc: lisp: 378,758; ansic: 30,678; asm: 2,977; sh: 1,417; makefile: 352; csh: 31
file content (16 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Enable relative package names as part of our build options
Author: Peter Van Eynde <pvaneynd@debian.org>
Forwarded: not-needed


--- cmucl.orig/src/tools/setenv-scripts/base-features.lisp
+++ cmucl/src/tools/setenv-scripts/base-features.lisp
@@ -15,7 +15,7 @@
 ;;(pushnew :hash-new *features*)
 ;;(pushnew :random-mt19937 *features*)
 ;;(pushnew :conservative-float-type *features*)
-;;(pushnew :relative-package-names *features*)
+(pushnew :relative-package-names *features*)
 
 ;; Version tags