diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-08-20 04:10:10 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-08-20 04:10:10 +1000 |
commit | faf10025c21b703dde2a169cd92563c382b86ef7 (patch) | |
tree | c7f62427e63359c7f1ce6a8216e2fdd04bc2b80f /ntfs-3g/Pkgfile | |
parent | 24c06267f659b17766300ead454cc89208c1c487 (diff) | |
download | contrib-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/Pkgfile | 3 |
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 |