do not operate on strongswan-padlock on non-x86
This commit is contained in:
@@ -1,16 +1,10 @@
|
|||||||
strongswan (4.2.11-4~ppa1~intrepid1) intrepid; urgency=low
|
strongswan (4.2.11-9~ppa1~intrepid1) intrepid; urgency=low
|
||||||
|
|
||||||
* fixed build on non-i386 architectures
|
|
||||||
|
|
||||||
* added missing kernel-netlink plugin
|
* added missing kernel-netlink plugin
|
||||||
|
|
||||||
-- Martin Willi <[email protected]> Tue, 17 Feb 2009 10:25:53 +0100
|
|
||||||
|
|
||||||
strongswan (4.2.11-3~ppa1~intrepid1) intrepid; urgency=low
|
|
||||||
|
|
||||||
* build strongswan-padlock on i386 only
|
* build strongswan-padlock on i386 only
|
||||||
|
|
||||||
-- Martin Willi <[email protected]> Mon, 16 Feb 2009 17:28:20 +0100
|
-- Martin Willi <[email protected]> Tue, 17 Feb 2009 13:28:20 +0100
|
||||||
|
|
||||||
strongswan (4.2.11-1~ppa1~intrepid1) intrepid; urgency=low
|
strongswan (4.2.11-1~ppa1~intrepid1) intrepid; urgency=low
|
||||||
|
|
||||||
|
|||||||
@@ -4,19 +4,15 @@
|
|||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing -g
|
CFLAGS = -Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing -g
|
||||||
INSTALL_PROGRAM = install
|
|
||||||
CONFIGURE_ARGS = \
|
CONFIGURE_ARGS = \
|
||||||
--disable-fips-prf --enable-openssl --enable-nm --enable-ldap \
|
--disable-fips-prf --enable-openssl --enable-nm --enable-ldap \
|
||||||
--enable-eap-gtc --enable-eap-md5 --enable-agent --enable-curl \
|
--enable-eap-gtc --enable-eap-md5 --enable-agent --enable-curl \
|
||||||
--enable-padlock --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib \
|
--sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib \
|
||||||
--with-ipsecdir=/usr/lib/strongswan
|
--with-ipsecdir=/usr/lib/strongswan
|
||||||
|
|
||||||
ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
|
ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
|
||||||
CFLAGS += -O2
|
CFLAGS += -O2
|
||||||
endif
|
endif
|
||||||
ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
|
|
||||||
INSTALL_PROGRAM += -s
|
|
||||||
endif
|
|
||||||
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|
||||||
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|
||||||
MAKEFLAGS += -j$(NUMJOBS)
|
MAKEFLAGS += -j$(NUMJOBS)
|
||||||
@@ -52,17 +48,17 @@ binary-arch: build install
|
|||||||
dh_installchangelogs NEWS
|
dh_installchangelogs NEWS
|
||||||
dh_installdocs README
|
dh_installdocs README
|
||||||
dh_installinit --name=ipsec
|
dh_installinit --name=ipsec
|
||||||
dh_install
|
dh_install -s
|
||||||
dh_link
|
dh_link
|
||||||
dh_strip
|
dh_strip
|
||||||
dh_compress
|
dh_compress
|
||||||
dh_fixperms -X etc/ipsec.secrets -X etc/ipsec.d
|
dh_fixperms -Xetc/ipsec.secrets -Xetc/ipsec.d
|
||||||
dh_makeshlibs
|
dh_makeshlibs
|
||||||
dh_installdeb
|
dh_installdeb
|
||||||
dh_shlibdeps
|
dh_shlibdeps
|
||||||
dh_gencontrol
|
dh_gencontrol -s
|
||||||
dh_md5sums
|
dh_md5sums
|
||||||
dh_builddeb
|
dh_builddeb -s
|
||||||
|
|
||||||
binary: binary-indep binary-arch
|
binary: binary-indep binary-arch
|
||||||
.PHONY: build clean binary-indep binary-arch binary install
|
.PHONY: build clean binary-indep binary-arch binary install
|
||||||
|
|||||||
Reference in New Issue
Block a user