diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-16 20:10:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-16 20:10:34 +0200 |
commit | 94c0a7374ee0c980a34e134f93dca1d46e7af7bc (patch) | |
tree | 134e5415fb5d2ccc613bdab46c97f5fa3df8c730 /mk/package.mk | |
parent | 07c250a84c1cc9ace9ebf00800f2125461a2662b (diff) | |
parent | 084c175e59e9ea61c68154ad9982adcd918cbfcf (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
package/freeradius-server/Makefile
package/nss/patches/patch-mozilla_security_coreconf_Linux_mk
Diffstat (limited to 'mk/package.mk')
-rw-r--r-- | mk/package.mk | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/mk/package.mk b/mk/package.mk index db3007f71..915cea841 100644 --- a/mk/package.mk +++ b/mk/package.mk @@ -3,15 +3,6 @@ all: build-all-pkgs -ifneq (${PKG_CXX},) -ifeq (${ADK_COMPILE_${PKG_CXX}_WITH_UCLIBCXX},y) -PKG_BUILDDEP+= uclibc++ -PKG_DEPENDS+= uclibc++ -else -PKG_DEPENDS+= libstdcxx -endif -endif - TCFLAGS:= ${TARGET_CFLAGS} TCXXFLAGS:= ${TARGET_CFLAGS} TCPPFLAGS:= ${TARGET_CPPFLAGS} @@ -281,4 +272,4 @@ distclean: clean rm -f ${FULLDISTFILES} .PHONY: all refetch extract patch configure \ - build fake package install clean build-all-pkgs + build rebuild fake package install clean build-all-pkgs |