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.
cfitsio/cfitsio-remove-rpath.patch

13 lines
552 B

2 years ago
diff -up cfitsio-4.1.0/configure.rpath cfitsio-4.1.0/configure
--- cfitsio-4.1.0/configure.rpath 2022-08-23 21:21:35.166112312 -0600
+++ cfitsio-4.1.0/configure 2022-08-23 21:35:59.586014956 -0600
@@ -5036,7 +5036,7 @@ case $host in
printf "%s\n" "#define _FILE_OFFSET_BITS 64" >>confdefs.h
# LDFLAGS used by utilities:
- LDFLAGS_BIN="$LDFLAGS_BIN -Wl,-rpath,\${CFITSIO_LIB}"
+ LDFLAGS_BIN="$LDFLAGS_BIN"
;;
*mingw32*)
2 years ago
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for large file support" >&5