]> git.pld-linux.org Git - packages/openhpi.git/commitdiff
- updated types patch auto/th/openhpi-2_10_2-1 auto/ti/openhpi-2_10_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 10 Jul 2008 16:15:38 +0000 (16:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- g_array_index() vs -Werror issue on sparc seems to be worked around upstream

Changed files:
    openhpi.spec -> 1.39

openhpi.spec

index cc18999b5a7cb2f542df5ad5a5b36038d85edfba..16b11d300ea0b7f2edbfc8826ecdd1382a384ddc 100644 (file)
@@ -175,21 +175,6 @@ for f in $(find -name Makefile.am | xargs grep -l 'AM_CFLAGS.* -g '); do
        %{__sed} -i -e 's/^\(AM_CFLAGS.* \)-g /\1 /' $f
 done
 
-%ifarch alpha sparc
-# event.c: In function `process_hpi_event':
-# event.c:236: warning: cast increases required alignment of target type
-# event.c: In function `oh_process_events':
-# event.c:410: warning: cast increases required alignment of target type
-# make[1]: *** [event.lo] Error 1
-# for this code:
-# sid = g_array_index(sessions, SaHpiSessionIdT, i);
-# where:
-# typedef SaHpiUint32T SaHpiSessionIdT;
-# and:
-# #define g_array_index(a,t,i)      (((t*) (a)->data) [(i)])
-%{__sed} -i -e 's/-Werror//' configure.ac
-%endif
-
 %build
 %{__libtoolize}
 %{__aclocal}
This page took 0.034186 seconds and 4 git commands to generate.