summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorColin Watson <cjwatson@ubuntu.com>2015-09-21 12:10:02 +0100
committerPhillip Susi <psusi@ubuntu.com>2018-06-05 10:58:12 -0400
commitb49388018931cab220b9dd50f3a2bd51401e48af (patch)
tree5c7e3ce4b6c9b09dd0de0e24d357a18978c00720 /README
parent247e3fc6cd8bca79b7c0362886ae9b5b06ba6f8c (diff)
downloadparted-b49388018931cab220b9dd50f3a2bd51401e48af.tar.gz
build: Remove unused traces of dynamic loading
Now that file system operations have been removed from libparted, libreiserfs is no longer used. Remove references to it, along with the dynamic loading build infrastructure which was only used for libreiserfs. Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 2 insertions, 7 deletions
diff --git a/README b/README
index 3d1fee9..de91d4c 100644
--- a/README
+++ b/README
@@ -56,10 +56,5 @@ dangerous bugs before they would have done damage, so we think it's worth
it. Also, it means we get more bug reports ;)
-(2) When doing dependencies, remember that libreiserfs is a *soft* dependency,
-so I guess that means Debian-look-alikes should do a "suggests", but
-not a "requires".
-
-
-(3) When space is important, we suggest --without-readline, --disable-shared,
-and possibly --disable-nls and --disable-dynamic-loading.
+(2) When space is important, we suggest --without-readline, --disable-shared,
+and possibly --disable-nls.