control-center.spec
changeset 3895 caf5571f7b66
parent 3858 a0a00bd9bb27
child 3897 85e5c99c0669
--- a/control-center.spec	Fri Sep 10 16:48:11 2004 +0000
+++ b/control-center.spec	Fri Sep 10 17:14:13 2004 +0000
@@ -126,7 +126,11 @@
 autoheader
 automake -a -c -f
 autoconf
-CFLAGS="$RPM_OPT_FLAGS" \
+%ifos solaris
+LDFLAGS="-L/usr/sfw/lib -L/usr/X11/lib"
+export LDFLAGS
+%endif
+CFLAGS="$RPM_OPT_FLAGS -I/usr/X11/include" \
   ./configure \
     --prefix=%{_prefix} \
     --libexecdir=%{_libexecdir} \
@@ -221,6 +225,9 @@
 
 
 %changelog
+* Fri Sep 10 2004 - [email protected]
+- Set LDFLAGS so Xrandr and Xrender can be found.
+
 * Thu Aug 26 2004 - [email protected]
 - Modified Patch control-center-03-help-links.diff to provide help
   link to Assistive Technology.