Remove -dynamic CFLAG on OSX

It is a linker flag, so it doesn't make sense in CFLAGS, and it's the
default when invoking the linker for shared libraries.
This commit is contained in:
Mike Hommey 2012-04-16 16:30:20 +02:00 committed by Jason Evans
parent 9ef7f5dc34
commit f5e0f526ec

View File

@ -21,9 +21,6 @@ MANDIR := $(DESTDIR)@MANDIR@
# Build parameters.
CPPFLAGS := @CPPFLAGS@ -I@srcroot@include -I@objroot@include
CFLAGS := @CFLAGS@
ifeq (macho, @abi@)
CFLAGS += -dynamic
endif
LDFLAGS := @LDFLAGS@
LIBS := @LIBS@
RPATH_EXTRA := @RPATH_EXTRA@