Initialize Tizen 2.3
[external/prelink.git] / debian / patches / Makefile.in.dpatch
1 #! /bin/sh -e
2 ##
3 ## All lines beginning with `## DP:' are a description of the patch.
4 ## DP: Changed optimization level.
5
6 [ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
7 patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
8
9 if [ $# -ne 1 ]; then
10     echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
11     exit 1
12 fi
13 case "$1" in
14        -patch) patch $patch_opts -p1 < $0;;
15        -unpatch) patch $patch_opts -p1 -R < $0;;
16         *)
17                 echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
18                 exit 1;;
19 esac
20
21 exit 0
22 @DPATCH@
23
24 --- prelink-0.0.20030902.orig/src/Makefile.in   2003-07-01 14:38:41.000000000 +0000
25 +++ prelink-0.0.20030902/src/Makefile.in        2003-09-16 23:26:16.000000000 +0000
26 @@ -108,7 +108,7 @@
27                   $(prelink_SYSDEPS)
28  
29  prelink_LDADD = @LIBGELF@
30 -prelink_LDFLAGS = -all-static
31 +#prelink_LDFLAGS = -all-static
32  
33  extra_DIST = makecrc.c
34  subdir = src