diff options
Diffstat (limited to 'external')
-rw-r--r-- | external/StaticLibrary_gnu_getopt.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/external/StaticLibrary_gnu_getopt.mk b/external/StaticLibrary_gnu_getopt.mk index aeccb3859904..73b4df9efb5f 100644 --- a/external/StaticLibrary_gnu_getopt.mk +++ b/external/StaticLibrary_gnu_getopt.mk @@ -9,6 +9,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,gnu_getopt)) +$(eval $(call gb_StaticLibrary_set_warnings_not_errors,gnu_getopt)) + $(eval $(call gb_StaticLibrary_use_unpacked,gnu_getopt,glibc)) $(eval $(call gb_StaticLibrary_set_include,gnu_getopt,\ |