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 <[email protected]>
+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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to