Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
d7d033cbb4
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      package/base/mine/mine.conf

+ 3
- 2
package/base/mine/mine.conf

@ -1,3 +1,4 @@
#!/bin/bash
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
@ -21,9 +22,9 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
makeopt="$makeopt CONFOPT=\"--build=\$arch_build --host=\$arch_target --cache-file=../config.cache\""
makeinstopt="$makeinstopt sysprefix=$root"
makeinstopt="$makeinstopt sysprefix=$instroot"
if [ "$stagelevel" -gt 1 -a -f $root/usr/lib/libdialog.a ]
if [ "$stagelevel" -ge 3 -a -f $root/usr/lib/libdialog.a ]
then
makeopt="$makeopt USE_GAS=1"
makeinstopt="$makeinstopt USE_GAS=1"

Loading…
Cancel
Save