mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
samba4: unbundle libunwind, icu
* add unbundle libunwind, icu patches Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
--- a/lib/util/wscript_configure 2020-06-14
|
||||
+++ b/lib/util/wscript_configure 2020-06-14
|
||||
@@ -11,13 +11,13 @@ conf.CHECK_FUNCS_IN('backtrace backtrace
|
||||
conf.CHECK_HEADERS('execinfo.h')
|
||||
|
||||
conf.SET_TARGET_TYPE('LIBUNWIND', 'EMPTY')
|
||||
-if conf.check_cfg(package='libunwind-generic',
|
||||
- args='--cflags --libs',
|
||||
- msg='Checking for libunwind',
|
||||
- uselib_store='LIBUNWIND',
|
||||
- mandatory=False):
|
||||
- if conf.CHECK_HEADERS('libunwind.h'):
|
||||
- conf.SET_TARGET_TYPE('LIBUNWIND', 'SYSLIB')
|
||||
+# if conf.check_cfg(package='libunwind-generic',
|
||||
+ # args='--cflags --libs',
|
||||
+ # msg='Checking for libunwind',
|
||||
+ # uselib_store='LIBUNWIND',
|
||||
+ # mandatory=False):
|
||||
+ # if conf.CHECK_HEADERS('libunwind.h'):
|
||||
+ # conf.SET_TARGET_TYPE('LIBUNWIND', 'SYSLIB')
|
||||
|
||||
conf.CHECK_STRUCTURE_MEMBER('struct statvfs', 'f_frsize', define='HAVE_FRSIZE', headers='sys/statvfs.h')
|
||||
|
||||
Reference in New Issue
Block a user