aboutsummaryrefslogtreecommitdiff
path: root/config.rpath
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-27 19:50:10 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-27 19:50:10 +0000
commit2eed057f8535501052b2335bc3f0a362197ad617 (patch)
treebb4c1ed18d7bc53f0352a2dbfb65e1207105ead5 /config.rpath
parent50c38f10458a775b2b7462de6c686f1c76c5039e (diff)
downloadgnunet-2eed057f8535501052b2335bc3f0a362197ad617.tar.gz
gnunet-2eed057f8535501052b2335bc3f0a362197ad617.zip
downgrade to gettext 0.18.3 for more sane availability
Diffstat (limited to 'config.rpath')
-rwxr-xr-xconfig.rpath18
1 files changed, 12 insertions, 6 deletions
diff --git a/config.rpath b/config.rpath
index b625621fa..c38b914d6 100755
--- a/config.rpath
+++ b/config.rpath
@@ -2,7 +2,7 @@
2# Output a system dependent set of variables, describing how to set the 2# Output a system dependent set of variables, describing how to set the
3# run time search path of shared libraries in an executable. 3# run time search path of shared libraries in an executable.
4# 4#
5# Copyright 1996-2014 Free Software Foundation, Inc. 5# Copyright 1996-2013 Free Software Foundation, Inc.
6# Taken from GNU libtool, 2001 6# Taken from GNU libtool, 2001
7# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 7# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
8# 8#
@@ -367,7 +367,11 @@ else
367 dgux*) 367 dgux*)
368 hardcode_libdir_flag_spec='-L$libdir' 368 hardcode_libdir_flag_spec='-L$libdir'
369 ;; 369 ;;
370 freebsd2.[01]*) 370 freebsd2.2*)
371 hardcode_libdir_flag_spec='-R$libdir'
372 hardcode_direct=yes
373 ;;
374 freebsd2*)
371 hardcode_direct=yes 375 hardcode_direct=yes
372 hardcode_minus_L=yes 376 hardcode_minus_L=yes
373 ;; 377 ;;
@@ -544,11 +548,13 @@ case "$host_os" in
544 dgux*) 548 dgux*)
545 library_names_spec='$libname$shrext' 549 library_names_spec='$libname$shrext'
546 ;; 550 ;;
547 freebsd[23].*)
548 library_names_spec='$libname$shrext$versuffix'
549 ;;
550 freebsd* | dragonfly*) 551 freebsd* | dragonfly*)
551 library_names_spec='$libname$shrext' 552 case "$host_os" in
553 freebsd[123]*)
554 library_names_spec='$libname$shrext$versuffix' ;;
555 *)
556 library_names_spec='$libname$shrext' ;;
557 esac
552 ;; 558 ;;
553 gnu*) 559 gnu*)
554 library_names_spec='$libname$shrext' 560 library_names_spec='$libname$shrext'