# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/bzip2/hotfix-shared.patch # Copyright (C) 2006 - 2021 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- bzip2-1.0.6/Makefile-libbz2_so.vanilla 2010-09-22 10:05:51.000000000 +0200 +++ bzip2-1.0.6/Makefile-libbz2_so 2010-09-22 10:06:06.000000000 +0200 @@ -36,7 +36,7 @@ all: $(OBJS) $(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) -o bzip2-shared bzip2.c libbz2.so.1.0.6 rm -f libbz2.so.1.0 ln -s libbz2.so.1.0.6 libbz2.so.1.0