|
|
|
@ -24,6 +24,13 @@ srcdir=prog/$pkg-$ver
|
|
|
|
|
runconf=0 |
|
|
|
|
|
|
|
|
|
skalibs_conf() { |
|
|
|
|
# configure build environment |
|
|
|
|
echo "$CC" > conf-compile/conf-cc |
|
|
|
|
echo "$CC" > conf-compile/conf-ld |
|
|
|
|
echo "$CC" > conf-compile/conf-dynld |
|
|
|
|
echo "$STRIP -R .note -R .comment -R .note.GNU-stack" > conf-compile/conf-stripbins |
|
|
|
|
echo "$STRIP -x -R .note -R .comment -R .note.GNU-stack" > conf-compile/conf-striplibs |
|
|
|
|
|
|
|
|
|
echo "$root/$prefix" > conf-compile/conf-home |
|
|
|
|
echo "$root$bindir" > conf-compile/conf-bin |
|
|
|
|
echo "$root$includedir" > conf-compile/conf-include |
|
|
|
|