rpms/highlight/devel highlight-2.4-makefile.patch, NONE, 1.1 highlight-2.4-rpmoptflags.patch, NONE, 1.1 highlight.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsepius rc040203 at freenet.de
Fri Aug 5 17:03:19 UTC 2005


On Thu, 2005-08-04 at 11:38 -0400, Jochen Schmitt wrote:
> Author: s4504kr


> --- NEW FILE highlight-2.4-rpmoptflags.patch ---
> --- highlight-2.4-1/highlight/makefile.BAD	2005-08-03 10:44:08.000000000 -0500
> +++ highlight-2.4-1/highlight/makefile	2005-08-03 10:44:36.000000000 -0500
> @@ -15,7 +15,7 @@
>  
>  CXX=c++
>  
> -CFLAGS := -O2 -Wall -pedantic -DHL_DATA_DIR=\"${HL_DATA_DIR}\"
> +CFLAGS := $(RPM_OPT_FLAGS) -DHL_DATA_DIR=\"${HL_DATA_DIR}\"
>  
>  LDFLAGS = -L/usr/lib -s

This -s is very doubtful. If it is what I think it is (ld's --strip-all)
this prevents functional debuginfo-rpms.

Ralf








More information about the scm-commits mailing list