Shayan Doust pushed to branch master at Debian Med / pll-modules
Commits:
296cc496 by Shayan Doust at 2020-05-31T18:00:13+01:00
Change installation prefix during configure
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -8,8 +8,10 @@ include /usr/share/dpkg/default.mk
# for hardening you might like to uncomment this:
# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+INSTALLATION_PREFIX = "/usr"
+
%:
dh $@ --with autoreconf
override_dh_auto_configure:
- ./configure CPPFLAGS="-I/usr/include/libpll"
LDFLAGS="-L/usr/include/libpll"
+ ./configure --prefix $(INSTALLATION_PREFIX)
CPPFLAGS="-I/usr/include/libpll" LDFLAGS="-L/usr/include/libpll"
View it on GitLab:
https://salsa.debian.org/med-team/pll-modules/-/commit/296cc4968e244294966da6feac9750216e8aac03
--
View it on GitLab:
https://salsa.debian.org/med-team/pll-modules/-/commit/296cc4968e244294966da6feac9750216e8aac03
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit