projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac6cac
)
fix errant #\! from debugging code
author
Kevin Rosenberg
<kevin@rosenberg.net>
Sun, 21 Sep 2003 01:43:35 +0000
(
01:43
+0000)
committer
Kevin Rosenberg
<kevin@rosenberg.net>
Sun, 21 Sep 2003 01:43:35 +0000
(
01:43
+0000)
contrib/sb-bsd-sockets/sb-bsd-sockets.asd
patch
|
blob
|
history
diff --git
a/contrib/sb-bsd-sockets/sb-bsd-sockets.asd
b/contrib/sb-bsd-sockets/sb-bsd-sockets.asd
index
09a1054
..
87361fb
100644
(file)
--- a/
contrib/sb-bsd-sockets/sb-bsd-sockets.asd
+++ b/
contrib/sb-bsd-sockets/sb-bsd-sockets.asd
@@
-34,7
+34,7
@@
(sb-ext:posix-getenv "LDFLAGS")
#+sunos "-shared -lresolv -lsocket -lnsl"
#+darwin "-bundle"
- #-(or darwin sunos) "-shared!")
+ #-(or darwin sunos) "-shared")
dso-name
(mapcar #'unix-name
(mapcan (lambda (c)
@@
-53,7
+53,7
@@
(= 0 (run-shell-command "gcc ~A -o ~S -c ~S"
(if (sb-ext:posix-getenv "CFLAGS")
(sb-ext:posix-getenv "CFLAGS")
- "-fPIC!")
+ "-fPIC")
(unix-name (car (output-files op c)))
(unix-name (component-pathname c))))
(error 'operation-error :operation op :component c)))