File tree 2 files changed +7
-5
lines changed 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ override_dh_auto_test:
18
18
19
19
override_dh_auto_configure :
20
20
ifneq (,$(filter clasp-cl,$(DOPACKAGES ) ) )
21
- ./koga --build-mode=bytecode-faso --reproducible-build --build-path=clasp-build/ --ldlibs=-ldl --package-path=$$(pwd)/debian/clasp-cl/ --bin-path=/usr/bin/ --share-path=/usr/share/clasp/ --lib-path=/usr/lib/clasp/
21
+ ./koga --build-mode=bytecode-faso --reproducible-build --build-path=clasp-build/ --ldlibs=-ldl --package-path=$$(pwd)/debian/clasp-cl/ --bin-path=/usr/bin/ --share-path=/usr/share/clasp/ --lib-path=/usr/lib/clasp/ --dylib-path=/usr/lib/ --pkgconfig-path=/usr/lib/pkgconfig/
22
22
endif
23
23
ifneq (,$(filter cando,$(DOPACKAGES ) ) )
24
- ./koga --build-mode=bytecode-faso --reproducible-build --build-path=cando-build/ --extensions=cando,seqan-clasp --ldlibs=-ldl --package-path=$$(pwd)/debian/cando/ --bin-path=/usr/bin/ --share-path=/usr/share/clasp/ --lib-path=/usr/lib/clasp/
24
+ ./koga --build-mode=bytecode-faso --reproducible-build --build-path=cando-build/ --extensions=cando,seqan-clasp --ldlibs=-ldl --package-path=$$(pwd)/debian/cando/ --bin-path=/usr/bin/ --share-path=/usr/share/clasp/ --lib-path=/usr/lib/clasp/ --dylib-path=/usr/lib/ --pkgconfig-path=/usr/lib/pkgconfig/
25
25
endif
26
26
27
27
override_dh_auto_build :
Original file line number Diff line number Diff line change 89
89
#~(let ((clang #$(this-package-input " clang-toolchain" )))
90
90
(list " --build-mode=bytecode-faso"
91
91
" --reproducible-build"
92
- (string-append " --bin-path=" #$output " /bin" )
93
- (string-append " --lib-path=" #$output " /lib/clasp" )
94
- (string-append " --share-path=" #$output " /share/clasp" )
92
+ (string-append " --bin-path=" #$output " /bin/" )
93
+ (string-append " --lib-path=" #$output " /lib/clasp/" )
94
+ (string-append " --share-path=" #$output " /share/clasp/" )
95
+ (string-append " --dylib-path=" #$output " /lib/" )
96
+ (string-append " --pkgconfig-path=" #$output " /lib/pkgconfig/" )
95
97
; ; Without --cc and --cxx, Clang is searched for in
96
98
; ; LLVM's /bin.
97
99
(string-append " --cc=" clang " /bin/clang" )
You can’t perform that action at this time.
0 commit comments