summaryrefslogtreecommitdiff
path: root/ntfs-3g/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-08-20 04:10:10 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2007-08-20 04:10:10 +1000
commitfaf10025c21b703dde2a169cd92563c382b86ef7 (patch)
treec7f62427e63359c7f1ce6a8216e2fdd04bc2b80f /ntfs-3g/Pkgfile
parent24c06267f659b17766300ead454cc89208c1c487 (diff)
downloadcontrib-faf10025c21b703dde2a169cd92563c382b86ef7.tar.gz
contrib-faf10025c21b703dde2a169cd92563c382b86ef7.tar.xz
ntfs-3g: added --disable-ldconfig, ass it breaks fakeroot and pkgadd runs ldconfig, (thanks pedja)
Diffstat (limited to 'ntfs-3g/Pkgfile')
-rw-r--r--ntfs-3g/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ntfs-3g/Pkgfile b/ntfs-3g/Pkgfile
index 1f0d21c5e..cdd71a386 100644
--- a/ntfs-3g/Pkgfile
+++ b/ntfs-3g/Pkgfile
@@ -15,7 +15,8 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/man \
- --disable-static
+ --disable-static \
+ --disable-ldconfig
make
make DESTDIR=$PKG install

Generated by cgit