*** ./Makefile.ORIG Wed Apr 20 21:30:02 2016 --- ./Makefile Wed Apr 20 21:30:22 2016 *************** *** 161,166 **** --- 161,168 ---- LIBS += -lpthread -ldl -lrt CPPFLAGS += -D_LARGE_FILES -D__ppc__ LDFLAGS += -L/opt/freeware/lib -Wl,-blibpath:/opt/freeware/lib:/usr/lib:/lib -Wl,-bmaxdata:0x80000000 + SOURCE += oslib/strcasestr.c + T_ZIPF_OBJS += oslib/strcasestr.o endif ifeq ($(CONFIG_TARGET_OS), HP-UX) LIBS += -lpthread -ldl -lrt *** ./Makefile.ORIG Wed Apr 20 21:53:17 2016 --- ./Makefile Wed Apr 20 21:54:01 2016 *************** *** 214,220 **** T_LFSR_TEST_PROGS = t/lfsr-test T_GEN_RAND_OBJS = t/gen-rand.o ! T_GEN_RAND_OBJS += t/log.o t/debug.o lib/rand.o lib/pattern.o lib/strntol.o T_GEN_RAND_PROGS = t/gen-rand ifeq ($(CONFIG_TARGET_OS), Linux) --- 214,220 ---- T_LFSR_TEST_PROGS = t/lfsr-test T_GEN_RAND_OBJS = t/gen-rand.o ! T_GEN_RAND_OBJS += oslib/strcasestr.o t/log.o t/debug.o lib/rand.o lib/pattern.o lib/strntol.o T_GEN_RAND_PROGS = t/gen-rand ifeq ($(CONFIG_TARGET_OS), Linux)