Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 20 years ago
parent
commit
01b4ffb24a
2 changed files with 12 additions and 0 deletions
  1. +11
    -0
      package/base/irda-utils/Makefile-irdadump.patch
  2. +1
    -0
      package/base/irda-utils/irda-utils.conf

+ 11
- 0
package/base/irda-utils/Makefile-irdadump.patch

@ -0,0 +1,11 @@
--- ./Makefile 2004-11-10 18:35:54.911504944 +0100
+++ Makefile-p 2004-11-10 18:38:24.441772888 +0100
@@ -33,7 +33,7 @@
mkdir -p $(RPM_BUILD_ROOT)/usr/bin $(RPM_BUILD_ROOT)/usr/X11R6/bin
## Red-Hat specific, not available on Debian
## mkdir -p $(RPM_BUILD_ROOT)/etc/rc.d/init.d
- cd irdadump;CFLAGS="$(CFLAGS)" CXXFLAGS="$(CFLAGS)" ./autogen.sh --prefix=$(RPM_BUILD_ROOT)/usr
+ cd irdadump;./configure --prefix=/usr --bindir=/usr/sbin
for i in $(DIRS); do \
cd $$i;make all; cd ..; \
done

+ 1
- 0
package/base/irda-utils/irda-utils.conf

@ -22,6 +22,7 @@
irda_postmake() { irda_postmake() {
cp -a irattach/dongle_attach irnetd/irnetd $root/usr/sbin
install_init irda $confdir/irda.init install_init irda $confdir/irda.init
} }

Loading…
Cancel
Save