Update to libelf 0.8.8; besides what's in the PR, enable the extended
ELF format functionality. PR: 100202 Submitted by: vd
This commit is contained in:
parent
a8eee49ea6
commit
56e35e1035
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167693
2 changed files with 6 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libelf
|
||||
PORTVERSION= 0.8.6
|
||||
PORTVERSION= 0.8.8
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.mr511.de/software/ \
|
||||
${MASTER_SITE_SUNSITE}
|
||||
|
@ -18,7 +18,8 @@ COMMENT= A public ELF file access library similar to libelf(3) in Solaris
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||
CONFIGURE_ARGS+= --enable-shared --disable-compat
|
||||
CONFIGURE_ARGS+= --enable-shared --disable-compat \
|
||||
--enable-extended-format
|
||||
INSTALLS_SHLIB= yes
|
||||
PLIST_SUB+= LIBVER=${PORTVERSION:R}
|
||||
USE_GETTEXT= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (libelf-0.8.6.tar.gz) = d444fb0068cdfed01bb1fd1e91d29270
|
||||
SHA256 (libelf-0.8.6.tar.gz) = 6ff7a5dbb5ccf14995f6bde7f1fca6be5f7f91f62b2680a00d32e82b172c9499
|
||||
SIZE (libelf-0.8.6.tar.gz) = 144198
|
||||
MD5 (libelf-0.8.8.tar.gz) = be84e553686dd50c8b6d520f86f46521
|
||||
SHA256 (libelf-0.8.8.tar.gz) = 3cba77187ea8ec59c10afecbbaecee2c1aaa12161843ad9f86f768342552d226
|
||||
SIZE (libelf-0.8.8.tar.gz) = 146485
|
||||
|
|
Loading…
Reference in a new issue