-Wl,-R${LIBDIR} is needed in "csi" script.
XXX non-netbsd?
This commit is contained in:
parent
2b486e9208
commit
81f02f7842
2 changed files with 15 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.5 2003/08/27 08:52:58 itojun Exp $
|
||||
$NetBSD: distinfo,v 1.6 2003/09/09 01:38:25 itojun Exp $
|
||||
|
||||
SHA1 (chicken-1.12.tar.gz) = d9869c13d110829d89abf13c00e32e7ff6de75fa
|
||||
Size (chicken-1.12.tar.gz) = 2557064 bytes
|
||||
|
@ -6,3 +6,4 @@ SHA1 (patch-aa) = 0d4fbc773a33f3a910f25eefd66bf4a7e4bfd68e
|
|||
SHA1 (patch-ab) = 65937026074731a8a2f0d63b0d9b72cccbe2327b
|
||||
SHA1 (patch-ac) = f666a50c992af1fbcff4da107a69c0a598cf8b58
|
||||
SHA1 (patch-ad) = fb80d8782aa6310f9fa31b219ad65adf9034debb
|
||||
SHA1 (patch-ae) = 206f08421e5facd5438205143773c7e3d4259f0d
|
||||
|
|
13
lang/chicken/patches/patch-ae
Normal file
13
lang/chicken/patches/patch-ae
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-ae,v 1.1 2003/09/09 01:38:26 itojun Exp $
|
||||
|
||||
--- csc.in 2003-09-09 10:24:21.000000000 +0900
|
||||
+++ csc.in- 2003-09-09 10:24:00.000000000 +0900
|
||||
@@ -145,7 +145,7 @@
|
||||
|
||||
(if win
|
||||
(define link-options '())
|
||||
- (define link-options '("-L%libdir%")) )
|
||||
+ (define link-options '("-Wl,-R%libdir% -L%libdir%")) )
|
||||
|
||||
(define target-filename #f)
|
||||
(define verbose #f)
|
Loading…
Reference in a new issue