|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
|
#
|
|
|
|
|
# Filename: package/.../bzip2/fix_shared.patch
|
|
|
|
|
# Copyright (C) 2007 The OpenSDE Project
|
|
|
|
|
# Copyright (C) 2007 - 2011 The OpenSDE Project
|
|
|
|
|
#
|
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
|
#
|
|
|
|
@ -14,14 +14,14 @@
|
|
|
|
|
# version.
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
|
|
|
|
|
|
--- bzip2-1.0.4/Makefile-libbz2_so.orig 2007-03-11 22:45:54.000000000 +0200
|
|
|
|
|
+++ bzip2-1.0.4/Makefile-libbz2_so 2007-03-11 22:54:52.318387250 +0200
|
|
|
|
|
--- bzip2-1.0.6/Makefile-libbz2_so.orig 2010-09-11 01:07:52.000000000 +0200
|
|
|
|
|
+++ bzip2-1.0.6/Makefile-libbz2_so 2011-03-10 13:28:26.818695138 +0100
|
|
|
|
|
@@ -36,7 +36,7 @@
|
|
|
|
|
|
|
|
|
|
all: $(OBJS)
|
|
|
|
|
$(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.4 $(OBJS)
|
|
|
|
|
- $(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.4
|
|
|
|
|
+ $(CC) $(CFLAGS) -shared -o bzip2-shared bzip2.c libbz2.so.1.0.4
|
|
|
|
|
$(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.6 $(OBJS)
|
|
|
|
|
- $(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.6
|
|
|
|
|
+ $(CC) $(CFLAGS) -shared -o bzip2-shared bzip2.c libbz2.so.1.0.6
|
|
|
|
|
rm -f libbz2.so.1.0
|
|
|
|
|
ln -s libbz2.so.1.0.4 libbz2.so.1.0
|
|
|
|
|
ln -s libbz2.so.1.0.6 libbz2.so.1.0
|
|
|
|
|
|
|
|
|
|