Hi,

this rc should play better with the build systems. Several small bugs
and bugfixes on top of rc1, and tested at least in the open buildservice
against a few SUSE-based distro versions.

Hints that could help you adapt your distro build system:

* new build prerequisities

autoconf, automake, pkg-config

* build phase

spec:

%build
./autogen.sh
%configure
make

if done manually:

./autogen.sh
export CFLAGS
CFLAGS="%optflags or similar"
./configure ...
make

the change -- do not pass CFLAGS as make arguments

* installation phase

make install DESTDIR=...

there should be no change: same paths, set of installed utilities etc


Tarballs: https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to