summaryrefslogtreecommitdiff
path: root/bootadm/debian/patches/bootadm-redundlant-libfdisk.patch
blob: e1df9fa4ce84a061b1476d5336c0d01aed999bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: bootadm/usr/src/cmd/boot/bootadm/Makefile
===================================================================
--- bootadm.orig/usr/src/cmd/boot/bootadm/Makefile	2013-01-01 05:23:55.382973632 +0400
+++ bootadm/usr/src/cmd/boot/bootadm/Makefile	2013-01-01 05:25:03.486524010 +0400
@@ -35,8 +35,7 @@
 
 .KEEP_STATE:
 
-LDLIBS_i386= -lfdisk
-LDLIBS +=	-lnvpair -lgen -lefi -lz $(LDLIBS_$(MACH))
+LDLIBS +=	-lnvpair -lgen -lefi -lz
 
 # Writing into string literals is incorrect.  We need to match gcc's
 # behavior, which causes us to take SIGSEGV on such a write.