|
|
@@ -295,6 +295,9 @@ Provides: OpenPKG
|
|
|
${l_patch} -p0 <`SOURCE rpm-%{V_rpm}.patch.porting`
|
|
|
${l_patch} -p0 <`SOURCE rpm-%{V_rpm}.patch.regen`
|
|
|
touch aclocal.m4 configure
|
|
|
+ cp rpmio/macro.c rpmio/macro.c.orig
|
|
|
+ sed -e 's;optind = 1;optind = 0;' \
|
|
|
+ <rpmio/macro.c.orig >rpmio/macro.c
|
|
|
)
|
|
|
|
|
|
# apply OpenPKG patches to Bash distribution tree
|