[Pkg-irc-commits] r55 - /packages/inspircd/trunk/debian/rules

nenolod-guest at users.alioth.debian.org nenolod-guest at users.alioth.debian.org
Tue Dec 18 04:42:32 UTC 2007


Author: nenolod-guest
Date: Tue Dec 18 04:42:30 2007
New Revision: 55

URL: http://svn.debian.org/wsvn/pkg-irc/?sc=1&rev=55
Log:
Use export against SOCKET_ENGINE and indent.

Modified:
    packages/inspircd/trunk/debian/rules

Modified: packages/inspircd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/debian/rules?rev=55&op=diff
==============================================================================
--- packages/inspircd/trunk/debian/rules (original)
+++ packages/inspircd/trunk/debian/rules Tue Dec 18 04:42:30 2007
@@ -6,12 +6,13 @@
 CFLAGS = -Wall -g
 
 ifeq ($(DEB_HOST_ARCH_OS), linux) 
-SOCKET_ENGINE=--enable-epoll
+    export SOCKET_ENGINE=--enable-epoll
 else ifeq ($(DEB_HOST_ARCH_OS), kfreebsd) 
-SOCKET_ENGINE=--enable-kqueue
+    export SOCKET_ENGINE=--enable-kqueue
 else ifeq ($(DEB_HOST_ARCH_OS), solaris)
+    export SOCKET_ENGINE=--enable-ports
 else
-SOCKET_ENGINE=--enable-poll
+    export SOCKET_ENGINE=--enable-poll
 endif 
 
 include /usr/share/dpatch/dpatch.make




More information about the Pkg-irc-commits mailing list