Mailinglist Archive: opensuse-buildservice (306 mails)
| < Previous | Next > |
[opensuse-buildservice] commit 60437ab1dfc1804d75a7988c2d7600d059fcc1a3 broke cross baselib
- From: "Jan-Simon Möller" <dl9pf@xxxxxx>
- Date: Sat, 9 Jan 2010 21:17:24 +0100
- Message-id: <201001092117.24898.dl9pf@xxxxxx>
Hi all!
Whats the reason behind:
- if test -e $BUILD_ROOT/usr/lib/build/baselibs_global.conf; then
- BASELIBS_GLOBAL="-c /usr/lib/build/baselibs_global.conf"
+ if test -e $BUILD_ROOT$BUILD_DIR/baselibs_global.conf; then
+ BASELIBS_GLOBAL="-c $BUILD_DIR/baselibs_global.conf"
This broke Ports:ARM:Base:build:cross, as my global modifications anymore
aren't used.
Can we switch back or should we add an "internal" baselib_internal.conf to be
fetched if present ?
Best,
Jan-Simon
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
Whats the reason behind:
- if test -e $BUILD_ROOT/usr/lib/build/baselibs_global.conf; then
- BASELIBS_GLOBAL="-c /usr/lib/build/baselibs_global.conf"
+ if test -e $BUILD_ROOT$BUILD_DIR/baselibs_global.conf; then
+ BASELIBS_GLOBAL="-c $BUILD_DIR/baselibs_global.conf"
This broke Ports:ARM:Base:build:cross, as my global modifications anymore
aren't used.
Can we switch back or should we add an "internal" baselib_internal.conf to be
fetched if present ?
Best,
Jan-Simon
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |