Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 20 years ago
parent
commit
3c779970f9
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      package/base/modutils/modutils.conf

+ 1
- 5
package/base/modutils/modutils.conf

@ -51,9 +51,5 @@ if [ -f $root/var/adm/flists/module-init-tools ] ; then
postfix=".old"
fi
var_append CFLAGS "-I$root/usr/src/linux/include"
# modutils is using $(STRIP) for install -s option
var_remove makeopt " " 'STRIP="$STRIP"'
var_remove makeinstopt " " 'STRIP="$STRIP"'
var_append CFLAGS " " "-I$root/usr/src/linux/include"

Loading…
Cancel
Save