]> git.proxmox.com Git - mirror_smartmontools-debian.git/commitdiff
Re-enabled capability-dropping on armel
authorGiuseppe Iuculano <iuculano@debian.org>
Sun, 20 Mar 2011 18:07:11 +0000 (19:07 +0100)
committerGiuseppe Iuculano <iuculano@debian.org>
Sun, 20 Mar 2011 18:07:11 +0000 (19:07 +0100)
Closes: #552044
debian/rules

index 080c603b5f46a64cfd462048f905adacb2538b4d..c492780a3bd10133c0597f7a26254d5b359cc94d 100755 (executable)
@@ -15,10 +15,6 @@ ifeq ($(DEB_HOST_ARCH_OS),linux)
        CONFIGURE_ARGS += --with-selinux
 endif
 
-ifeq ($(DEB_BUILD_ARCH_CPU),armel)
-       CONFIGURE_ARGS += --without-libcap-ng 
-endif
-
 CFLAGS += -fsigned-char -Wall
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
         CFLAGS += -O0