Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 695178
Collapse All | Expand All

(-)a/app-arch/bzip2/files/bzip2-1.0.7-out-of-tree-build.patch (-1 / +1 lines)
Lines 49-55 Link Here
49
@@ -36,24 +36,10 @@
49
@@ -36,24 +36,10 @@
50
 
50
 
51
 all: $(OBJS)
51
 all: $(OBJS)
52
 	$(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.7 $(OBJS)
52
 	$(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.7 $(OBJS)
53
-	$(CC) $(LDFLAGS) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.7
53
-	$(CC) $(LDFLAGS) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.7
54
-	rm -f libbz2.so.1.0
54
-	rm -f libbz2.so.1.0
55
-	ln -s libbz2.so.1.0.7 libbz2.so.1.0
55
-	ln -s libbz2.so.1.0.7 libbz2.so.1.0
(-)a/app-arch/bzip2/files/bzip2-1.0.7-saneso.patch (-1 / +1 lines)
Lines 6-12 Link Here
6
 all: $(OBJS)
6
 all: $(OBJS)
7
-	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.7 $(OBJS)
7
-	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.7 $(OBJS)
8
-	$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.7
8
-	$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.7
9
+	$(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.7 $(OBJS)
9
+	$(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.7 $(OBJS)
10
+	$(CC) $(LDFLAGS) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.7
10
+	$(CC) $(LDFLAGS) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.7
11
 	rm -f libbz2.so.1.0
11
 	rm -f libbz2.so.1.0
12
 	ln -s libbz2.so.1.0.7 libbz2.so.1.0
12
 	ln -s libbz2.so.1.0.7 libbz2.so.1.0
(-)a/app-arch/bzip2/files/bzip2-1.0.8-out-of-tree-build.patch (-1 / +1 lines)
Lines 49-55 Link Here
49
@@ -36,24 +36,10 @@
49
@@ -36,24 +36,10 @@
50
 
50
 
51
 all: $(OBJS)
51
 all: $(OBJS)
52
 	$(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.8 $(OBJS)
52
 	$(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.8 $(OBJS)
53
-	$(CC) $(LDFLAGS) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8
53
-	$(CC) $(LDFLAGS) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8
54
-	rm -f libbz2.so.1.0
54
-	rm -f libbz2.so.1.0
55
-	ln -s libbz2.so.1.0.8 libbz2.so.1.0
55
-	ln -s libbz2.so.1.0.8 libbz2.so.1.0
(-)a/app-arch/bzip2/files/bzip2-1.0.8-saneso.patch (-2 / +1 lines)
Lines 6-12 Link Here
6
 all: $(OBJS)
6
 all: $(OBJS)
7
-	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.8 $(OBJS)
7
-	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.8 $(OBJS)
8
-	$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8
8
-	$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8
9
+	$(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.8 $(OBJS)
9
+	$(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.8 $(OBJS)
10
+	$(CC) $(LDFLAGS) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8
10
+	$(CC) $(LDFLAGS) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8
11
 	rm -f libbz2.so.1.0
11
 	rm -f libbz2.so.1.0
12
 	ln -s libbz2.so.1.0.8 libbz2.so.1.0
12
 	ln -s libbz2.so.1.0.8 libbz2.so.1.0
13
- 

Return to bug 695178