mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
@@ -1 +1 @@
|
||||
35799cd8e475d3e157230ad2590c10f1 libunwind-1.7.2.tar.gz
|
||||
a547e18750b7dac879262ab19e63770b libunwind-1.7.2.tar.gz
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
libunwind-1.7.2-1
|
||||
libunwind-1.7.2-2
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/libunwind-common.h
|
||||
|
||||
@@ -4,11 +4,12 @@
|
||||
|
||||
name=libunwind
|
||||
version=1.7.2
|
||||
release=1
|
||||
release=2
|
||||
source="https://github.com/libunwind/libunwind/releases/download/v$version/$name-$version.tar.gz"
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
autoreconf -fvi
|
||||
./configure --prefix=/usr --enable-documentation
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make
|
||||
|
||||
@@ -1 +1 @@
|
||||
f625b6a98ac1976116c71708a73dc44a libunwind-1.6.2.tar.gz
|
||||
a547e18750b7dac879262ab19e63770b libunwind-1.7.2.tar.gz
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
libunwind-32-1.6.2-2
|
||||
libunwind-32-1.7.2-1
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/libunwind-x86.h
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
# depends : libunwind
|
||||
|
||||
name=libunwind-32
|
||||
version=1.6.2
|
||||
release=2
|
||||
source="https://download.savannah.gnu.org/releases/libunwind/${name%-*}-$version.tar.gz"
|
||||
version=1.7.2
|
||||
release=1
|
||||
source="https://github.com/libunwind/libunwind/releases/download/v$version/${name%-*}-$version.tar.gz"
|
||||
|
||||
build() {
|
||||
export CC="gcc -m32"
|
||||
@@ -13,6 +13,8 @@ build() {
|
||||
export PKG_CONFIG_LIBDIR="/usr/lib32/pkgconfig"
|
||||
|
||||
cd ${name%-*}-$version
|
||||
|
||||
autoreconf -fvi
|
||||
./configure \
|
||||
--build=i686-pc-linux-gnu \
|
||||
--host=i686-pc-linux-gnu \
|
||||
|
||||
Reference in New Issue
Block a user