summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b70e22b..c28de12 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,10 @@ ifeq ($(BUILD_VHOOK),yes)
VHOOK=videohook
INSTALLVHOOK=install-vhook
CLEANVHOOK=clean-vhook
+ifneq ($(CONFIG_DARWIN),yes)
LDFLAGS += -rdynamic
endif
+endif
OBJS = ffmpeg.o ffserver.o
SRCS = $(OBJS:.o=.c) $(ASM_OBJS:.o=.s)
OpenPOWER on IntegriCloud