]> git.pld-linux.org Git - packages/cfitsio.git/commitdiff
- fix libcfitsio linking (missing -lm)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 Dec 2006 22:43:11 +0000 (22:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cfitsio-link.patch -> 1.1

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

diff --git a/cfitsio-link.patch b/cfitsio-link.patch
new file mode 100644 (file)
index 0000000..14bc918
--- /dev/null
@@ -0,0 +1,11 @@
+--- cfitsio/Makefile.in.orig   2006-10-12 23:14:41.000000000 +0200
++++ cfitsio/Makefile.in        2006-12-11 23:33:23.384139444 +0100
+@@ -87,7 +87,7 @@
+ shared: libcfitsio${SHLIB_SUFFIX}
+ libcfitsio${SHLIB_SUFFIX}: ${OBJECTS}
+-              ${SHLIB_LD} -o $@ ${OBJECTS}
++              ${SHLIB_LD} -o $@ ${OBJECTS} -lm
+ install:      libcfitsio.a $(INSTALL_DIRS)
+               @if [ -f libcfitsio.a ]; then \
This page took 0.103968 seconds and 4 git commands to generate.