diff options
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 |