[arch-commits] Commit in traceroute/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Tue Nov 6 13:24:05 UTC 2018


    Date: Tuesday, November 6, 2018 @ 13:24:05
  Author: allan
Revision: 337930

upgpkg: traceroute 2.1.0-2

get some PIE and a new format .BUILDINFO, use our build flags

Modified:
  traceroute/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-06 13:19:44 UTC (rev 337929)
+++ PKGBUILD	2018-11-06 13:24:05 UTC (rev 337930)
@@ -2,7 +2,7 @@
 
 pkgname=traceroute
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Tracks the route taken by packets over an IP network"
 arch=('x86_64')
 url="http://traceroute.sourceforge.net/"
@@ -13,7 +13,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  make CFLAGS="$CFLAGS"
+  make CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS"
 }
 
 package() {



More information about the arch-commits mailing list