diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-12-14 14:35:46 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-12-14 14:35:46 +0000 |
commit | 3b495664f7e140af1d4917c789769e155809fb50 (patch) | |
tree | 0eed56a8da47e0eda1198090b0aa38bfeca026d6 /devel/libelf/files/patch-configure | |
parent | Update to 2.5a. (diff) |
Update to 0.8.5.
Notes
Notes:
svn path=/head/; revision=95788
Diffstat (limited to '')
-rw-r--r-- | devel/libelf/files/patch-configure | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/devel/libelf/files/patch-configure b/devel/libelf/files/patch-configure index 0f99db8be042..e81a68b8b75f 100644 --- a/devel/libelf/files/patch-configure +++ b/devel/libelf/files/patch-configure @@ -1,9 +1,9 @@ $FreeBSD$ ---- configure.orig Wed May 7 21:28:06 2003 -+++ configure Sat Jul 12 13:54:26 2003 -@@ -1123,7 +1123,7 @@ +--- configure.old Sun Dec 14 14:11:54 2003 ++++ configure Sun Dec 14 14:13:28 2003 +@@ -1139,7 +1139,7 @@ fi @@ -12,7 +12,7 @@ $FreeBSD$ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -@@ -3039,7 +3039,7 @@ +@@ -3055,7 +3055,7 @@ fi case "$host" in @@ -21,15 +21,15 @@ $FreeBSD$ if test "$GCC" = yes; then -@@ -3096,13 +3096,12 @@ +@@ -3112,13 +3112,12 @@ then - SHLIB='$(PACKAGE)-$(VERSION).so' + SHLIB_SFX='-$(VERSION).so' else -- SHLIB='$(PACKAGE).so.$(VERSION)' -+ SHLIB='$(PACKAGE).so.$(MAJOR)' +- SHLIB_SFX='.so.$(VERSION)' ++ SHLIB_SFX='.so.$(MAJOR)' fi - SHLINK='$(PACKAGE).so' - SONAME='$(PACKAGE).so.$(MAJOR)' + SHLINK_SFX='.so' + SONAME_SFX='.so.$(MAJOR)' - LINK_SHLIB='$(CC) -shared -Wl,-soname,$(SONAME)' + LINK_SHLIB='$(CC) -shared -Wl,-soname,$(SONAME) $(LDFLAGS)' INSTALL_SHLIB='$(INSTALL_PROGRAM)' |