Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove Werror from libpkg, the number of supported compiler is too large for that
Baptiste Daroussin committed 11 years ago
commit 12eb3b1b32bbf8680fad32a0cd7d066a1dd1ddc0
parent 2ec9b6cc3964072f9142e0d7940c8fa6753028a7
1 file changed +1 -3
modified libpkg/Makefile.am
@@ -10,9 +10,7 @@ pkg_common_cflags= -I$(top_srcdir)/libpkg \
			-I$(top_srcdir)/external/uthash \
			-I$(top_srcdir)/external/sqlite \
			-DPREFIX=\"$(prefix)\" \
-
			-Wno-pointer-sign \
-
			-Wno-unused-value \
-
			-Werror
+
			-Wno-pointer-sign
libpkg_la_SOURCES=	pkg.c \
			backup.c \
			dns_utils.c \