You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/ccp4-libs/files/6.1.3-glibc2.10.patch

23 lines
1018 B

--- lib/ccif/configure.in 2009-06-10 13:52:59.000000000 +0200
+++ lib/ccif/configure.in.new 2009-06-10 14:04:31.000000000 +0200
@@ -363,7 +363,7 @@
fi
SHARED_LIB_CMD='$(LD) $(SHARED_LIB_FLAGS) -shared -soname $(SHARED_LIB_NAME) \\\
--whole-archive '"$SHARED_LIB_RESTRICT"' $L \\\
- $(RX_LFLAG) -o $(SHARED_LIB_NAME)'
+ $(RX_LFLAG) -o $(SHARED_LIB_NAME) -lm'
SHARED_LIB_EXPORTS_CMD='cp libccif-universal-ld.lis $(SHARED_LIB_EXPORTS)'
fi
;;
--- lib/ccif/configure 2009-06-10 14:26:58.000000000 +0200
+++ lib/ccif/configure.new 2009-06-10 14:43:31.000000000 +0200
@@ -1807,7 +1807,7 @@
SHARED_LIB_CMD='$(LD) $(SHARED_LIB_CFLAGS) -shared -soname \\\
$(SHARED_LIB_NAME) \\\
--whole-archive $L \\\
- -o $(SHARED_LIB_NAME)'
+ -o $(SHARED_LIB_NAME) -lm'
SHARED_LIB_EXPORTS_CMD=''
fi
;;