summaryrefslogtreecommitdiff
path: root/mount/debian/patches/udfs-fsdb-libs.patch
blob: da7f1211a040997993b7bf94f46b62532a636a0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: mount/usr/src/cmd/fs.d/udfs/fsdb/Makefile
===================================================================
--- mount.orig/usr/src/cmd/fs.d/udfs/fsdb/Makefile	2013-02-12 00:34:26.257701695 +0000
+++ mount/usr/src/cmd/fs.d/udfs/fsdb/Makefile	2013-02-12 00:55:05.224101677 +0000
@@ -28,14 +28,9 @@
 
 include		../../Makefile.fstype
 
-# fsdb has a name clash with main() and libl.so.1.  However, fsdb must
-# still export a number of "yy*" (libl) interfaces.  Reduce all other symbols
-# to local scope.
-MAPFILES +=	$(MAPFILE.INT) $(MAPFILE.LEX) $(MAPFILE.NGB)
-MAPOPTS =	$(MAPFILES:%=-M%)
 
 CPPFLAGS +=	-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-LDLIBS +=	-lmalloc -ll -ladm
+LDLIBS +=	-ladm
 LDFLAGS +=	$(MAPOPTS)
 YFLAGS =	"-d"