Skip to content

Commit

Permalink
Fix shared library building on ELF systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
landonf committed Dec 23, 2014
1 parent 2d5b5cd commit aa1c3a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compat/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ libbsd_compat_la_SOURCES= basename.c \
humanize_number.c \
strtonum.c

libbsd_compat_la_CFLAGS= $(pkg_common_cflags) -static
libbsd_compat_la_LDFLAGS= -all-static
libbsd_compat_la_CFLAGS= $(pkg_common_cflags) -shared

0 comments on commit aa1c3a7

Please sign in to comment.