the Makefile ignores prefix for ntfsprogs (?)
zielony12 opened this issue · 1 comments
zielony12 commented
$ ./autogen.sh
$ CC=~/i686-linux-musl-cross/bin/i686-linux-musl-gcc ./configure --host=i686-linux-musl --prefix=~/sysroot/
$ make -j 8
$ make install
Am I doing anything wrong?
zielony12 commented
My bad. It seemed too obvious for me. I started reading the build instructions right after I added the issue and It suggests to run ./configure --help
and it indeed helped. My problem was that I didn't set the exec-prefix
flag. Once again, sorry.