Created
May 11, 2017 15:41
-
-
Save mariuz/0b8578f5b13689b9bcf9b17fda72a3c5 to your computer and use it in GitHub Desktop.
The only diff for building Firebird 3.0.2 packages on Ubuntu trusty
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -Nru firebird3.0-3.0.1.32609.ds4/debian/changelog firebird3.0-3.0.1.32609.ds4/debian/changelog | |
--- firebird3.0-3.0.1.32609.ds4/debian/changelog 2016-12-12 15:00:04.000000000 +0000 | |
+++ firebird3.0-3.0.1.32609.ds4/debian/changelog 2016-12-13 14:52:44.000000000 +0000 | |
@@ -1,3 +1,9 @@ | |
+firebird3.0 (3.0.1.32609.ds4-12ubuntu7) trusty; urgency=medium | |
+ | |
+ * remove stamp building | |
+ | |
+ -- Popa Adrian Marius (Mariuz) <[email protected]> Tue, 13 Dec 2016 16:52:19 +0200 | |
+ | |
firebird3.0 (3.0.1.32609.ds4-12ubuntu6) trusty; urgency=medium | |
* remove fno-lifetime-dse flags | |
diff -Nru firebird3.0-3.0.1.32609.ds4/debian/rules firebird3.0-3.0.1.32609.ds4/debian/rules | |
--- firebird3.0-3.0.1.32609.ds4/debian/rules 2016-12-12 14:59:40.000000000 +0000 | |
+++ firebird3.0-3.0.1.32609.ds4/debian/rules 2016-12-13 14:52:14.000000000 +0000 | |
@@ -157,14 +157,12 @@ | |
touch $@ | |
-debian/fdb-r15y-prune: debian/fdb-r15y-prune.cpp build-server-stamp debian/Makefile.fdb-r15y-prune | |
- $(MAKE) -f debian/Makefile.fdb-r15y-prune $@ | |
+# debian/fdb-r15y-prune: debian/fdb-r15y-prune.cpp build-server-stamp debian/Makefile.fdb-r15y-prune | |
+# $(MAKE) -f debian/Makefile.fdb-r15y-prune $@ | |
ISQL := FIREBIRD_BOOT_BUILD=true FIREBIRD=$(FB_IMG) LD_LIBRARY_PATH=$(FB_IMG)/lib FIREBIRD_MSG=$(FB_IMG) $(FB_IMG)/bin/isql -user SYSDBA | |
EMP_DB := $(FB_IMG)/examples/empbuild/employee.fdb | |
-build-firebird-stamp: build-server-stamp debian/fdb-r15y-prune | |
- LD_LIBRARY_PATH=$(FB_IMG)/lib debian/fdb-r15y-prune $(FB_IMG)/security3.fdb "$(SOURCE_DATE)" | |
- LD_LIBRARY_PATH=$(FB_IMG)/lib debian/fdb-r15y-prune $(EMP_DB) "$(SOURCE_DATE)" | |
+build-firebird-stamp: build-server-stamp | |
$(ISQL) -x $(FB_IMG)/examples/empbuild/employee.fdb | |
@@ -185,7 +183,7 @@ | |
rm -f $(MANUALS) | |
rm -f build-stamp build-server-stamp configure-stamp \ | |
- autogen-stamp install-stamp build-firebird-stamp | |
+ autogen-stamp install-stamp | |
# re-generated in autogen target | |
rm -f builds/make.new/config/config \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment