gst1-libav: Fix musl compatibility
authorTed Hess <redacted>
Thu, 18 Jun 2015 20:27:18 +0000 (16:27 -0400)
committerTed Hess <redacted>
Thu, 18 Jun 2015 20:27:27 +0000 (16:27 -0400)
Signed-off-by: Ted Hess <redacted>
multimedia/gst1-libav/Makefile

index 3137e000ea340c99cc11ee3b3d73ca9505927e72..36a25293a970351983c70a4559e0f88e53e2f3b0 100644 (file)
@@ -185,7 +185,7 @@ CONFIGURE_ARGS += \
        --disable-yasm"
 
 # XXX: trick to force use of embedded Libav headers
-TARGET_CFLAGS += $(TARGET_CPPFLAGS)
+TARGET_CFLAGS += $(TARGET_CPPFLAGS) -D_GNU_SOURCE
 TARGET_CPPFLAGS :=
 
 TARGET_LDFLAGS += $(FPIC)
git clone https://git.99rst.org/PROJECT