[med-svn] [Git][med-team/pll-modules][master] Test's Makefile should compile and link against pll-modules installed under /usr

Shayan Doust gitlab at salsa.debian.org
Mon Jun 1 16:50:28 BST 2020



Shayan Doust pushed to branch master at Debian Med / pll-modules


Commits:
911ec2d1 by Shayan Doust at 2020-06-01T16:49:53+01:00
Test's Makefile should compile and link against pll-modules installed under /usr

- - - - -


2 changed files:

- + debian/patches/modify_test_makefile.patch
- + debian/patches/series


Changes:

=====================================
debian/patches/modify_test_makefile.patch
=====================================
@@ -0,0 +1,16 @@
+Description: modify library and header location in test's Makefile
+ The Makefile for the test source code relies on the compiled pll-modules in its default build directory. Change this to reflect pll-modules installed under /usr as we want to use this for autopkgtest
+Author: Shayan Doust <hello at shayandoust.me>
+Last-Update: 2020-06-01
+---
+--- pll-modules.orig/test/Makefile
++++ pll-modules/test/Makefile
+@@ -29,7 +29,7 @@
+     CFLAGS += -L$(LIBPLL_INC)
+   endif
+ else
+-  CFLAGS += -I../install/include/libpll -L../install/lib
++  CFLAGS += -I/usr/include/libpll -L/usr/lib
+ endif
+ 
+ MODULES = binary optimize tree


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+modify_test_makefile.patch



View it on GitLab: https://salsa.debian.org/med-team/pll-modules/-/commit/911ec2d17ba40bbbc62ce022772100dc1f73292c

-- 
View it on GitLab: https://salsa.debian.org/med-team/pll-modules/-/commit/911ec2d17ba40bbbc62ce022772100dc1f73292c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200601/5364303a/attachment-0001.html>


More information about the debian-med-commit mailing list