File: debian-build-options.patch

package info (click to toggle)
cmucl 21a-4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,060 kB
  • sloc: lisp: 375,822; ansic: 30,304; asm: 2,977; sh: 1,372; makefile: 355; 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