diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2009-06-11 16:29:16 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2009-06-11 16:38:03 +0200 |
commit | 0dc4a9fdc04c8f70a80e1fd3e02cfa19e1b89806 (patch) | |
tree | 01bafcf56fb5d1602a89f56b28afe82f07506f1d /gdb/Pkgfile | |
parent | 4bdcc660fdb55d5c5797409e27f59778b012416f (diff) | |
download | opt-0dc4a9fdc04c8f70a80e1fd3e02cfa19e1b89806.tar.gz opt-0dc4a9fdc04c8f70a80e1fd3e02cfa19e1b89806.tar.xz |
gdb: fixed the build.
Diffstat (limited to 'gdb/Pkgfile')
-rw-r--r-- | gdb/Pkgfile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gdb/Pkgfile b/gdb/Pkgfile index b15411f01..cdb106c87 100644 --- a/gdb/Pkgfile +++ b/gdb/Pkgfile @@ -5,11 +5,15 @@ name=gdb version=6.8 -release=1 -source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) +release=2 +source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 gdb.diff) build() { cd $name-$version + + # fix the build with gcc 4.4: + patch -p1 -i $SRC/gdb.diff + ./configure --prefix=/usr make make DESTDIR=$PKG install |