[arch-commits] Commit in libc++/trunk (PKGBUILD libc++.install)

Daniel Micay thestinger at nymeria.archlinux.org
Fri Jul 12 22:22:48 UTC 2013


    Date: Saturday, July 13, 2013 @ 00:22:48
  Author: thestinger
Revision: 93997

libc++: workaround with -Wl,-lstdc++ no longer needed

Modified:
  libc++/trunk/PKGBUILD
Deleted:
  libc++/trunk/libc++.install

----------------+
 PKGBUILD       |    1 -
 libc++.install |    7 -------
 2 files changed, 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-12 22:19:32 UTC (rev 93996)
+++ PKGBUILD	2013-07-12 22:22:48 UTC (rev 93997)
@@ -11,7 +11,6 @@
 makedepends=('clang' 'subversion' 'cmake' 'gcc') # gcc provides libsupc++ headers
 source=("http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz")
 md5sums=('SKIP')
-install=$pkgname.install
 
 build() {
   _gcc_include_dir=/usr/include/c++/$(gcc -dumpversion)

Deleted: libc++.install
===================================================================
--- libc++.install	2013-07-12 22:19:32 UTC (rev 93996)
+++ libc++.install	2013-07-12 22:22:48 UTC (rev 93997)
@@ -1,7 +0,0 @@
-post_install() {
-  echo compile with \`clang -std=c++11 -stdlib=libc++ -Wl,-lstdc++\` to use libc++
-}
-
-post_upgrade() {
-  post_install
-}




More information about the arch-commits mailing list