diff options
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/libapreq/files/libapreq-1.2-statlink.patch | 24 | ||||
-rw-r--r-- | www-misc/libapreq/files/libapreq-1.3-statlink.patch | 24 |
2 files changed, 48 insertions, 0 deletions
diff --git a/www-misc/libapreq/files/libapreq-1.2-statlink.patch b/www-misc/libapreq/files/libapreq-1.2-statlink.patch new file mode 100644 index 000000000000..3f7e79378130 --- /dev/null +++ b/www-misc/libapreq/files/libapreq-1.2-statlink.patch @@ -0,0 +1,24 @@ +diff -burN libapreq-1.2.orig/Cookie/Makefile.PL libapreq-1.2/Cookie/Makefile.PL +--- libapreq-1.2.orig/Cookie/Makefile.PL 2001-04-03 12:24:08.000000000 -0700 ++++ libapreq-1.2/Cookie/Makefile.PL 2003-11-04 15:41:21.000000000 -0800 +@@ -27,7 +27,7 @@ + @mm_args, + 'INC' => "-I../c ". $src->inc, + 'TYPEMAPS' => $src->typemaps, +- 'LIBS' => "-L$root -lapreq", ++ 'OBJECT' => "Cookie.o $root/libapreq.a", + 'dynamic_lib' => { + 'OTHERLDFLAGS' => $src->otherldflags, + }, +diff -burN libapreq-1.2.orig/Request/Makefile.PL libapreq-1.2/Request/Makefile.PL +--- libapreq-1.2.orig/Request/Makefile.PL 2001-04-03 12:24:09.000000000 -0700 ++++ libapreq-1.2/Request/Makefile.PL 2003-11-04 15:43:27.000000000 -0800 +@@ -27,7 +27,7 @@ + @mm_args, + 'INC' => "-I../c ". $src->inc, + 'TYPEMAPS' => $src->typemaps, +- 'LIBS' => "-L$root -lapreq", ++ 'OBJECT' => "Request.o $root/libapreq.a", + 'dynamic_lib' => { + 'OTHERLDFLAGS' => $src->otherldflags, + }, diff --git a/www-misc/libapreq/files/libapreq-1.3-statlink.patch b/www-misc/libapreq/files/libapreq-1.3-statlink.patch new file mode 100644 index 000000000000..3f7e79378130 --- /dev/null +++ b/www-misc/libapreq/files/libapreq-1.3-statlink.patch @@ -0,0 +1,24 @@ +diff -burN libapreq-1.2.orig/Cookie/Makefile.PL libapreq-1.2/Cookie/Makefile.PL +--- libapreq-1.2.orig/Cookie/Makefile.PL 2001-04-03 12:24:08.000000000 -0700 ++++ libapreq-1.2/Cookie/Makefile.PL 2003-11-04 15:41:21.000000000 -0800 +@@ -27,7 +27,7 @@ + @mm_args, + 'INC' => "-I../c ". $src->inc, + 'TYPEMAPS' => $src->typemaps, +- 'LIBS' => "-L$root -lapreq", ++ 'OBJECT' => "Cookie.o $root/libapreq.a", + 'dynamic_lib' => { + 'OTHERLDFLAGS' => $src->otherldflags, + }, +diff -burN libapreq-1.2.orig/Request/Makefile.PL libapreq-1.2/Request/Makefile.PL +--- libapreq-1.2.orig/Request/Makefile.PL 2001-04-03 12:24:09.000000000 -0700 ++++ libapreq-1.2/Request/Makefile.PL 2003-11-04 15:43:27.000000000 -0800 +@@ -27,7 +27,7 @@ + @mm_args, + 'INC' => "-I../c ". $src->inc, + 'TYPEMAPS' => $src->typemaps, +- 'LIBS' => "-L$root -lapreq", ++ 'OBJECT' => "Request.o $root/libapreq.a", + 'dynamic_lib' => { + 'OTHERLDFLAGS' => $src->otherldflags, + }, |