Skip to content

Commit 0f8e7e6

Browse files
authored
Merge branch 'master' into bump_openssl
2 parents e8fcc2d + afe9b5f commit 0f8e7e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/patches/bzip2/makefile_no_bins.patch

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--- bzip2-1.0.8/Makefile-orig 2019-07-13 10:50:05.000000000 -0700
2-
+++ bzip2-1.0.8/Makefile 2020-08-04 11:53:52.000000000 -0700
2+
+++ bzip2-1.0.8/Makefile 2020-08-14 16:35:23.000000000 -0700
33
@@ -35,14 +35,11 @@
44
decompress.o \
55
bzlib.o
@@ -16,7 +16,7 @@
1616
libbz2.a: $(OBJS)
1717
rm -f libbz2.a
1818
$(AR) cq libbz2.a $(OBJS)
19-
@@ -69,47 +66,21 @@
19+
@@ -69,47 +66,19 @@
2020
cmp sample3.tst sample3.ref
2121
@cat words3
2222

@@ -27,11 +27,11 @@
2727
if ( test ! -d $(PREFIX)/man ) ; then mkdir -p $(PREFIX)/man ; fi
2828
if ( test ! -d $(PREFIX)/man/man1 ) ; then mkdir -p $(PREFIX)/man/man1 ; fi
2929
if ( test ! -d $(PREFIX)/include ) ; then mkdir -p $(PREFIX)/include ; fi
30-
cp -f bzip2 $(PREFIX)/bin/bzip2
30+
- cp -f bzip2 $(PREFIX)/bin/bzip2
3131
- cp -f bzip2 $(PREFIX)/bin/bunzip2
3232
- cp -f bzip2 $(PREFIX)/bin/bzcat
3333
- cp -f bzip2recover $(PREFIX)/bin/bzip2recover
34-
chmod a+x $(PREFIX)/bin/bzip2
34+
- chmod a+x $(PREFIX)/bin/bzip2
3535
- chmod a+x $(PREFIX)/bin/bunzip2
3636
- chmod a+x $(PREFIX)/bin/bzcat
3737
- chmod a+x $(PREFIX)/bin/bzip2recover
@@ -66,7 +66,7 @@
6666
sample1.rb2 sample2.rb2 sample3.rb2 \
6767
sample1.tst sample2.tst sample3.tst
6868

69-
@@ -130,8 +101,6 @@
69+
@@ -130,8 +99,6 @@
7070
$(CC) $(CFLAGS) -c bzlib.c
7171
bzip2.o: bzip2.c
7272
$(CC) $(CFLAGS) -c bzip2.c

0 commit comments

Comments
 (0)