[libbluray-devel] [Git][videolan/libbluray][master] Fix building on Solaris

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Sep 24 06:49:58 UTC 2022



Jean-Baptiste Kempf pushed to branch master at VideoLAN / libbluray


Commits:
926cdf19 by Brad Smith at 2022-09-23T23:20:50-04:00
Fix building on Solaris

- - - - -


1 changed file:

- configure.ac


Changes:

=====================================
configure.ac
=====================================
@@ -60,6 +60,10 @@ case "${host_os}" in
     SYS=freebsd
     CFLAGS="${CFLAGS} -D__BSD_VISIBLE=1 -D__XSI_VISIBLE=1"
     ;;
+  solaris*)
+    SYS=solaris
+    CFLAGS="${CFLAGS} -D__EXTENSIONS__"
+    ;;
   *)
     SYS="${host_os}"
     ;;



View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/926cdf19ebfe63a934306132cf776128cab5e083

-- 
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/926cdf19ebfe63a934306132cf776128cab5e083
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the libbluray-devel mailing list