mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 13:19:54 +00:00
Refix link. Bump for 0.9.8.git
This commit is contained in:
parent
d1dd21ea9e
commit
3aae30fa2c
@ -43,6 +43,7 @@ LDFLAGS+=../../libr/socket/libr_socket.a
|
||||
LDFLAGS+=../../shlr/grub/libgrubfs.a
|
||||
LDFLAGS+=../../shlr/sdb/src/libsdb.a
|
||||
LDFLAGS+=../../shlr/zip/librz.a
|
||||
LDFLAGS+=../../shlr/gdb/lib/libgdbr.a
|
||||
LDFLAGS+=-lm
|
||||
else
|
||||
LDFLAGS+=-L../../libr/io -lr_io
|
||||
|
@ -21,6 +21,7 @@ osxsign:
|
||||
ifeq ($(OSTYPE),android)
|
||||
LDFLAGS+=${DL_LIBS} -lm
|
||||
endif
|
||||
|
||||
include ../../libr/socket/deps.mk
|
||||
include ../../shlr/zip/deps.mk
|
||||
include ../../shlr/gdb/deps.mk
|
||||
|
8
configure
vendored
8
configure
vendored
@ -111,12 +111,12 @@ done
|
||||
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
|
||||
: ${INSTALL_MAN:=${INSTALL} -m 444}
|
||||
: ${INSTALL_LIB:=${INSTALL} -c}
|
||||
PKGNAME='radare2' ; VERSION='0.9.7' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
|
||||
PKGNAME='radare2' ; VERSION='0.9.8.git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
|
||||
}
|
||||
|
||||
show_usage() {
|
||||
cat <<EOF2
|
||||
'configure' configures radare2-0.9.7 to adapt to many kinds of systems.
|
||||
'configure' configures radare2-0.9.8.git to adapt to many kinds of systems.
|
||||
|
||||
Usage: ./configure [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -197,7 +197,7 @@ take_environ() {
|
||||
}
|
||||
|
||||
show_version() {
|
||||
echo "radare2-0.9.7 configuration script done with acr v0.9.9.
|
||||
echo "radare2-0.9.8.git configuration script done with acr v0.9.9.
|
||||
The 'Free Software Foundation' message is only for autodetection.
|
||||
Originally written by pancake <youterm.com>."
|
||||
exit 0
|
||||
@ -221,7 +221,7 @@ case $flag in
|
||||
show_version ; ;;
|
||||
-r|--r|--report)
|
||||
echo "PKGNAME: radare2"
|
||||
echo "VERSION: 0.9.7"
|
||||
echo "VERSION: 0.9.8.git"
|
||||
echo "LANGS: c"
|
||||
echo "REQUIRED: libdl"
|
||||
echo "OPTIONAL: libmagic"
|
||||
|
@ -1,5 +1,5 @@
|
||||
PKGNAME radare2
|
||||
VERSION 0.9.7
|
||||
VERSION 0.9.8.git
|
||||
CONTACT pancake ; pancake@nopcode.org
|
||||
|
||||
LANG_C!
|
||||
|
Loading…
Reference in New Issue
Block a user