You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.6 KiB
39 lines
1.6 KiB
11 years ago
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||
|
#
|
||
|
# Filename: package/.../musl/pkg/conntrack-tools/0001-disable-rpc-helper.patch
|
||
|
# Copyright (C) 2013 The OpenSDE Project
|
||
|
#
|
||
|
# More information can be found in the files COPYING and README.
|
||
|
#
|
||
|
# This patch file is dual-licensed. It is available under the license the
|
||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||
|
# of the GNU General Public License as published by the Free Software
|
||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||
|
# version.
|
||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||
|
|
||
|
disable rpc helper because musl has no rpc headers shipped
|
||
|
|
||
|
--- ./src/helpers/Makefile.am.orig 2013-09-01 01:39:06.221581934 +0200
|
||
|
+++ ./src/helpers/Makefile.am 2013-09-01 01:39:31.610192220 +0200
|
||
|
@@ -1,17 +1,12 @@
|
||
|
include $(top_srcdir)/Make_global.am
|
||
|
|
||
|
pkglib_LTLIBRARIES = ct_helper_ftp.la \
|
||
|
- ct_helper_rpc.la \
|
||
|
ct_helper_tns.la
|
||
|
|
||
|
ct_helper_ftp_la_SOURCES = ftp.c
|
||
|
ct_helper_ftp_la_LDFLAGS = -avoid-version -module $(LIBNETFILTER_CONNTRACK_LIBS)
|
||
|
ct_helper_ftp_la_CFLAGS = $(AM_CFLAGS) $(LIBNETFILTER_CONNTRACK_CFLAGS)
|
||
|
|
||
|
-ct_helper_rpc_la_SOURCES = rpc.c
|
||
|
-ct_helper_rpc_la_LDFLAGS = -avoid-version -module $(LIBNETFILTER_CONNTRACK_LIBS)
|
||
|
-ct_helper_rpc_la_CFLAGS = $(AM_CFLAGS) $(LIBNETFILTER_CONNTRACK_CFLAGS)
|
||
|
-
|
||
|
ct_helper_tns_la_SOURCES = tns.c
|
||
|
ct_helper_tns_la_LDFLAGS = -avoid-version -module $(LIBNETFILTER_CONNTRACK_LIBS)
|
||
|
ct_helper_tns_la_CFLAGS = $(AM_CFLAGS) $(LIBNETFILTER_CONNTRACK_CFLAGS)
|