[Pkg-jed-commit] [SCM] slang-slirp branch, master, updated. bf938c5b6f753c0e31010ed919882b35fb3f5260

Jörg Sommer joerg at alea.gnuu.de
Sat Feb 27 10:51:29 UTC 2010


The following commit has been merged in the master branch:
commit 664a56616e6a46df64b6b172af9898b54693a9e4
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Tue Feb 23 21:57:30 2010 +0100

    Build a missing binary in the build target
    
    Otherwise the slirpsh.ins is build as dependency of the install_exes
    target. All binaries should be build in the build target.

diff --git a/debian/rules b/debian/rules
index c00f75b..695bd67 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-warnings
 DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-fPIC -g -Wall -O2" FCFLAGS="-fPIC -g -O2"
 
-DEB_MAKE_BUILD_TARGET := all RPATH= SO_DEP_LIBS=-lc
+DEB_MAKE_BUILD_TARGET := all installable_slirpsh RPATH= SO_DEP_LIBS=-lc
 DEB_MAKE_INSTALL_TARGET := install RPATH= DESTDIR=$(DEB_DESTDIR)
 DEB_MAKE_CHECK_TARGET := test
 DEB_INSTALL_CHANGELOGS_ALL = CHANGELOG

-- 
slang-slirp



More information about the Pkg-jed-commit mailing list