[opensuse-buildservice] 2 OBS questions
I'm currently building a cross compiler project i.e. I'm moving the sources to the right location of a pre-compiled project. It's http://wiki.openmoko.org/wiki/Toolchain#Downloading_and_installing A problem occurs is openSuSE 11.0 and higher. These build version on OBS run the |/usr/lib/rpm/brp-* ||||scripts (especially ||/usr/lib/rpm/brp-rpath)||. Because of this it checks the links etc. As it's a cross compiler project i don't this it should try to link the libraries. Is there a way to disable the the ||/usr/lib/rpm/brp-* ||||checking scripts? Regards, Joop Boonen. | -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
%config(missingok) is a part (and maybe the whole) of the solution. Joop Boonen wrote:
I'm currently building a cross compiler project i.e. I'm moving the sources to the right location of a pre-compiled project. It's http://wiki.openmoko.org/wiki/Toolchain#Downloading_and_installing
A problem occurs is openSuSE 11.0 and higher.
These build version on OBS run the |/usr/lib/rpm/brp-* ||||scripts (especially ||/usr/lib/rpm/brp-rpath)||. Because of this it checks the links etc. As it's a cross compiler project i don't this it should try to link the libraries.
Is there a way to disable the the ||/usr/lib/rpm/brp-* ||||checking scripts?
Regards,
Joop Boonen. |
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (1)
-
Joop Boonen