Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
9a007c6c4e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package/base/udev/udev.conf

+ 2
- 1
package/base/udev/udev.conf

@ -1,3 +1,4 @@
#!/bin/bash
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
@ -68,7 +69,7 @@ prefix=""
hook_add postmake 1 udev_pm
hook_add premake 3 udev_prem
if [ $stagelevel = 1 ] ; then
if [ $stagelevel -le 2 ] ; then
export LD=$CC
var_append makeopt " " "CROSS_COMPILE=$archprefix"
var_append makeinstopt " " "CROSS_COMPILE=$archprefix"

Loading…
Cancel
Save