summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/png/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png/files/patch-aa b/graphics/png/files/patch-aa
index 07440787845f..c2d5b37f33af 100644
--- a/graphics/png/files/patch-aa
+++ b/graphics/png/files/patch-aa
@@ -65,7 +65,7 @@
$(RANLIB) $@
+ libpng.so.${VER}: $(OBJS:S/o$/so/g)
-+ ${CC} -shared -Wl,-x -Wl,-assert -Wl,pure-text -o $@ $(OBJS:S/o$/so/g)
++ ${CC} -shared -Wl,-x -Wl,-assert -Wl,pure-text -o $@ $(OBJS:S/o$/so/g) -lz
+
pngtest: pngtest.o libpng.a
$(CC) -o pngtest $(CCFLAGS) pngtest.o $(LDFLAGS)