diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libnfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libnfs/Makefile b/lib/libnfs/Makefile index cc3e4220c8..5eee588f87 100644 --- a/lib/libnfs/Makefile +++ b/lib/libnfs/Makefile @@ -18,7 +18,8 @@ ARCHIVE_TOOL=tar ARCHIVE_TOOL_FLAGS=xf # configuration settings -CONFIGURE=./configure +#FIX THE PREFIX TO SOMETHING LOCAL IN XBMC - CONFIGURE HAS TO FIND IT! +CONFIGURE=./configure --prefix=/usr SO_NAME=$(SOURCE)/lib/libnfs.so |