|
|
@ -20,15 +20,18 @@ |
|
|
# |
|
|
# |
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# see hotfixes in autoconf.patch |
|
|
# see hotfixes in autoconf.patch |
|
|
autogen=1 |
|
|
autogen=1 |
|
|
|
|
|
|
|
|
|
|
|
# do not try to detect rpm |
|
|
|
|
|
export RPM=/no |
|
|
|
|
|
|
|
|
# also install headers and libs |
|
|
# also install headers and libs |
|
|
makeinstopt="$makeinstopt install-dev install-lib" |
|
|
makeinstopt="$makeinstopt install-dev install-lib" |
|
|
|
|
|
|
|
|
# only static libs go here |
|
|
# only static libs go here |
|
|
var_append confopt ' ' "--libexecdir='$libdir'" |
|
|
var_append confopt ' ' "--libexecdir='$libdir'" |
|
|
|
|
|
|
|
|
# coreutils is built with libacl |
|
|
# coreutils is built with libacl |
|
|
libdir="$root/lib" |
|
|
libdir="$root/lib" |
|
|
|
|
|
|