Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 16 years ago
parent
commit
597601f41d
3 changed files with 32 additions and 3 deletions
  1. +29
    -0
      package/base/netkit-base/configure.patch.cross
  2. +2
    -2
      package/base/netkit-base/netkit-base.conf
  3. +1
    -1
      package/base/netkit-base/netkit-base.desc

+ 29
- 0
package/base/netkit-base/configure.patch.cross

@ -0,0 +1,29 @@
--- netkit-base-0.17/configure 2000-07-29 18:00:28.000000000 +0000
+++ src.netkit-base.1190967273.11997.4073649454/netkit-base-0.17/configure 2007-09-29 05:52:51.000000000 +0000
@@ -107,7 +107,7 @@
echo -n 'Checking if C compiler works... '
if (
$CC __conftest.c -o __conftest || exit 1
- ./__conftest || exit 1
+# ./__conftest || exit 1
) >/dev/null 2>&1; then
echo 'yes'
else
@@ -187,7 +187,7 @@
EOF
if (
$CC $CFLAGS __conftest.c -o __conftest || exit 1
- ./__conftest || exit 1
+# ./__conftest || exit 1
) >/dev/null 2>&1; then
echo 'yes'
else
@@ -297,7 +297,7 @@
EOF
if (
$CC $CFLAGS __conftest.c $LIBBSD -o __conftest || exit 1
- ./__conftest || exit 1
+# ./__conftest || exit 1
) >/dev/null 2>&1; then
echo 'ok'
else

+ 2
- 2
package/base/netkit-base/netkit-base.conf

@ -20,12 +20,12 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
var_append extraconfopt " " "--installroot=$root/"
nkb_inst() {
install_init inetd $confdir/inetd.init
cp $confdir/inetd.conf $root/etc/
rm -f /usr/bin/rpcinfo # we use the one of glibc
rm -f $root/usr/bin/rpcinfo # we use the one of glibc
}
postmake="nkb_inst"
confopt="--prefix=/usr --root-prefix=/"

+ 1
- 1
package/base/netkit-base/netkit-base.desc

@ -36,7 +36,7 @@
[L] OpenSource
[S] Stable
[V] 0.17
[P] X --?--5---9 145.500
[P] X --X--5---9 145.500
[D] 4073373416 netkit-base-0.17.tar.gz ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/

Loading…
Cancel
Save