]> git.tuebingen.mpg.de Git - osl.git/commitdiff
Merge commit 'stark/master'
authorAndre Noll <maan@systemlinux.org>
Mon, 2 Feb 2009 18:27:20 +0000 (19:27 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 2 Feb 2009 18:27:20 +0000 (19:27 +0100)
Makefile

index 44011bd517d3528c85a8d58c555d474f5f03c95d..cbffcb7bd661cba698dee1274e725efaeb8f5825 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,11 @@ ifeq ($(uname_s),NetBSD)
        LDFLAGS += -Wl,-soname,$(soname)
 endif
 
+ifeq ($(uname_s),FreeBSD)
+       format := elf
+       LDFLAGS += -Wl,-soname,$(soname)
+endif
+
 ifeq ($(format),elf)
        # On ELf-based systems, the following conventions apply (see dhweeler's
        # Program Library HOWTO):