wterl/c_src/bzip2-build.patch
Gregory Burd 249c600554 Switching back to static linking to avoid platform issues and have
confidence when in deployment of what code is being used.
2013-04-16 11:47:04 -04:00

11 lines
308 B
Diff

--- foo/Makefile.orig 2013-04-16 10:25:18.837249297 -0400
+++ foo/Makefile 2013-04-16 10:28:32.113926986 -0400
@@ -24,7 +24,7 @@
CFLAGS=-Wall -Winline -O2 -g $(BIGFILES)
# Where you want it installed when you do 'make install'
-PREFIX=/usr/local
+PREFIX=$(BASEDIR)/system
OBJS= blocksort.o \