From: S.Çağlar Onur Date: Wed, 8 Dec 2010 16:47:11 +0000 (-0500) Subject: disable module signing config option X-Git-Tag: linux-2.6-32-1~3 X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=commitdiff_plain;h=d3444a423880c1556e1f9ed25f28cf7c7330a856 disable module signing config option --- diff --git a/Makefile b/Makefile index 2473bfa36..e329d0ce9 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,8 @@ srpm: sources for downloaded in $(SOURCEFILES) ; do cp ../$$downloaded . ; done ; \ cat config-vserver >> config-generic ; \ cat config-planetlab >> config-generic ; \ - sed -i -e s,CONFIG_IPV6=m,CONFIG_IPV6=y, config-generic) + sed -i -e s,CONFIG_IPV6=m,CONFIG_IPV6=y, config-generic ;\ + sed -e -e s,CONFIG_MODULE_SIG=y,CONFIG_MODULE_SIG=n, config-generic-rhel) ./rpmmacros.sh export HOME=$(shell pwd) ; rpmbuild $(RPMDIRDEFS) $(RPMDEFS) --nodeps -bs $(SPECFILE)