From: Andre Noll Date: Mon, 2 Feb 2009 18:27:20 +0000 (+0100) Subject: Merge commit 'stark/master' X-Git-Tag: v0.1.0~38^2^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=62d0e2422234f6e47f2f9202f0e31a1db184580a;hp=ccff47589991a85266898c2df753af63770a1601 Merge commit 'stark/master' --- diff --git a/Makefile b/Makefile index 44011bd..cbffcb7 100644 --- 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):