]> git.pld-linux.org Git - packages/openhpi.git/commitdiff
- updated for 0.9.0
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 5 Jun 2004 18:59:08 +0000 (18:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openhpi-amfix.patch -> 1.3
    openhpi-sh.patch -> 1.3

openhpi-amfix.patch
openhpi-sh.patch

index 8ad6a149dd3b64d9585c7fee4c5edbb93c465b3d..3094368771f684e2ba11811aed514f8c2df9c04e 100644 (file)
@@ -1,17 +1,9 @@
---- openhpi-0.7.0/openhpid/Makefile.am.orig    2004-05-04 01:13:06.000000000 +0200
-+++ openhpi-0.7.0/openhpid/Makefile.am 2004-05-20 01:02:31.862036360 +0200
-@@ -32,7 +32,6 @@
-       openhpid.cpp
- openhpid_LDADD          = $(top_builddir)/marshal/libmarshal.la $(top_builddir)/src/libopenhpi.la $(top_builddir)/utils/libopenhpiutils.la
--#openhpid_LDFLAGS        = -static
- # client library
- # please do not use any external libraries
-@@ -54,7 +53,6 @@
+--- openhpi-0.9.0/openhpid/Makefile.am.orig    2004-05-10 18:19:53.000000000 +0200
++++ openhpi-0.9.0/openhpid/Makefile.am 2004-06-05 20:36:39.589610072 +0200
+@@ -63,7 +63,6 @@
  # check saHpiEventGet function of the daemon
  event_get_SOURCES     = event_get.c
- event_get_LDADD       = libopenhpiclient.la $(top_builddir)/marshal/libmarshal.la $(top_builddir)/utils/libopenhpiutils.la
+ event_get_LDADD       = libopenhpiclient.la $(top_builddir)/marshal/libopenhpimarshal.la $(top_builddir)/utils/libopenhpiutils.la
 -event_get_LDFLAGS     = -static
  
  
index e36c7eaab562e94b447521946da91d10bae2037d..07bc71f60d5dc3e19178fba3a36aa0ff4f845308 100644 (file)
@@ -1,5 +1,5 @@
---- openhpi-0.6.0/acinclude.m4.orig    2004-03-19 23:43:18.000000000 +0100
-+++ openhpi-0.6.0/acinclude.m4 2004-03-27 13:05:57.859305696 +0100
+--- openhpi-0.9.0/acinclude.m4.orig    2004-03-19 23:43:18.000000000 +0100
++++ openhpi-0.9.0/acinclude.m4 2004-03-27 13:05:57.859305696 +0100
 @@ -41,7 +41,8 @@
  
      OH_TYPE_SIZES=`./$OH_SSFILE`
      ])
  
  #
---- openhpi-0.7.0/acinclude.m4.orig    2004-05-20 01:04:15.355302000 +0200
-+++ openhpi-0.7.0/acinclude.m4 2004-05-20 01:07:05.808390184 +0200
 @@ -153,7 +153,7 @@
                                   OPENIPMI_VERSION_RELEASE);" >> $OH_OI_SRC
        echo "return 0;}" >> $OH_OI_SRC
  
--      gcc -o $OH_OI_FILE $OH_OI_SRC >& /dev/null
-+      gcc -o $OH_OI_FILE $OH_OI_SRC > /dev/null 2>&1
+-      gcc -o $OH_OI_FILE $CFLAGS $CPPFLAGS $LDFLAGS $OH_OI_SRC >& /dev/null
++      gcc -o $OH_OI_FILE $CFLAGS $CPPFLAGS $LDFLAGS $OH_OI_SRC >/dev/null 2>&1
  
        if test -f "ipmi_ver"; then
                OPENIPMI_VERSION=`./ipmi_ver | \
This page took 0.113439 seconds and 4 git commands to generate.