mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
gnunet: update to version 0.13.3
Apart from adapting to upstream changes also switch to use FILE_MODES instead of chown/chmod in init-script. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -811,10 +811,12 @@ AC_ARG_WITH(libpulse,
|
||||
@@ -813,10 +813,12 @@ AC_ARG_WITH(libpulse,
|
||||
LDFLAGS="-L$with_libpulse/lib $LDFLAGS"
|
||||
CPPFLAGS="-I$with_libpulse/include $CPPFLAGS"
|
||||
AC_CHECK_HEADERS(pulse/simple.h,
|
||||
@@ -17,7 +17,7 @@
|
||||
])
|
||||
],
|
||||
[AC_MSG_RESULT([--with-libpulse not specified])
|
||||
@@ -854,10 +856,12 @@ AC_ARG_WITH(libopus,
|
||||
@@ -856,10 +858,12 @@ AC_ARG_WITH(libopus,
|
||||
LDFLAGS="-L$with_libopus/lib $LDFLAGS"
|
||||
CPPFLAGS="-I$with_libopus/include $CPPFLAGS"
|
||||
AC_CHECK_HEADERS(opus/opus.h,
|
||||
|
||||
Reference in New Issue
Block a user