]> git.pld-linux.org Git - packages/netpbm.git/commitdiff
- missing -lm (log(), pow() functions)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Mar 2005 19:20:26 +0000 (19:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    netpbm-link.patch -> 1.1

netpbm-link.patch [new file with mode: 0644]

diff --git a/netpbm-link.patch b/netpbm-link.patch
new file mode 100644 (file)
index 0000000..d607619
--- /dev/null
@@ -0,0 +1,11 @@
+--- netpbm-10.27/lib/Makefile.orig     2005-03-28 21:03:00.002205000 +0200
++++ netpbm-10.27/lib/Makefile  2005-03-28 21:07:58.551819376 +0200
+@@ -112,7 +112,7 @@
+       $(SYMLINK) $< $@
+ libnetpbm.$(NETPBMLIBSUFFIX).$(MAJ).$(MIN): $(LIBOBJECTS) $(LIBOBJECTS_X)
+       $(LD) $(LDSHLIB) -o $@ $(LIBOBJECTS) $(LIBOBJECTS_X) \
+-          $(SHLIB_CLIB) $(LADD)
++          $(SHLIB_CLIB) $(LADD) -lm
+ endif
+ ifeq ($(NETPBMLIBTYPE),dll)
This page took 0.065864 seconds and 4 git commands to generate.