Author: wiget Date: Sat Oct 1 19:24:52 2011 GMT Module: packages Tag: HEAD ---- Log message: - fix build (nl3.patch) - rel. 2
---- Files affected: packages/crda: crda.spec (1.8 -> 1.9) , nl3.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/crda/crda.spec diff -u packages/crda/crda.spec:1.8 packages/crda/crda.spec:1.9 --- packages/crda/crda.spec:1.8 Sat Oct 1 14:10:41 2011 +++ packages/crda/crda.spec Sat Oct 1 21:24:46 2011 @@ -2,11 +2,12 @@ Summary: udev helper: Central Regulatory Domain Agent Name: crda Version: 1.1.2 -Release: 1 +Release: 2 License: ISC Group: Networking/Daemons Source0: http://linuxwireless.org/download/crda/%{name}-%{version}.tar.bz2 # Source0-md5: 5226f65aebacf94baaf820f8b4e06df4 +Patch0: nl3.patch BuildRequires: libgcrypt-devel BuildRequires: libnl-devel >= 1:3.0 BuildRequires: python @@ -25,6 +26,7 @@ %prep %setup -q +%patch0 -p1 %build %{__make} \ @@ -55,6 +57,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2011/10/01 19:24:46 wiget +- fix build (nl3.patch) +- rel. 2 + Revision 1.8 2011/10/01 12:10:41 arvenil - up to 1.1.2 - updated url ================================================================ Index: packages/crda/nl3.patch diff -u /dev/null packages/crda/nl3.patch:1.1 --- /dev/null Sat Oct 1 21:24:52 2011 +++ packages/crda/nl3.patch Sat Oct 1 21:24:46 2011 @@ -0,0 +1,12 @@ +--- crda-1.1.2/Makefile.wiget 2011-10-01 21:22:01.852300958 +0200 ++++ crda-1.1.2/Makefile 2011-10-01 21:23:02.153603618 +0200 +@@ -51,8 +51,7 @@ NL3FOUND := $(shell pkg-config --atleast + + ifeq ($(NL3FOUND),Y) + CFLAGS += -DCONFIG_LIBNL30 +-NLLIBS += -lnl-genl +-NLLIBNAME = libnl-3.0 ++NLLIBNAME = libnl-3.0 libnl-genl-3.0 + else + ifeq ($(NL2FOUND),Y) + CFLAGS += -DCONFIG_LIBNL20 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crda/crda.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
