X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-bsd-sockets%2Fsb-bsd-sockets.asd;h=87361fb31be3710102824274150978a46b69fcba;hb=782a45c5d5000d7e86c83e7b303f15270b1e03c2;hp=09a1054ca3a340e00ba2edd7ff8e4e466cf1bfd4;hpb=4ac6cacd9348b4c568106f82c3a0a4294f49b44e;p=sbcl.git diff --git a/contrib/sb-bsd-sockets/sb-bsd-sockets.asd b/contrib/sb-bsd-sockets/sb-bsd-sockets.asd index 09a1054..87361fb 100644 --- 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)))