Changeset 1257


Ignore:
Timestamp:
01/24/12 15:44:45 (4 months ago)
Author:
tschmitt
Message:
  • configure-Optionen für ntfs-3g aktualisiert.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-linbo/branches/testing/debian/rules

    r1255 r1257  
    287287        -@if [ ! -e $(NTFS3G_DIR)/src/ntfs-3g ]; then \ 
    288288                echo "[1mBuilding ntfs-3g...[0m" ; \ 
    289                 ( cd $(NTFS3G_DIR) && ./configure --enable-static --enable-posix-acls && make && strip src/ntfs-3g && strip ntfsprogs/mkntfs ); \ 
     289                ( cd $(NTFS3G_DIR) && ./configure --enable-really-static --enable-xattr-mappings --enable-posix-acls && make && strip src/ntfs-3g && strip ntfsprogs/mkntfs ); \ 
    290290        fi 
    291291 
Note: See TracChangeset for help on using the changeset viewer.